lib: remove librte_ prefix from directory names
[dpdk.git] / app / test / test_eal_fs.c
index cae624f..bb93b82 100644 (file)
@@ -9,7 +9,7 @@
 #include <errno.h>
 
 /* eal_filesystem.h is not a public header file, so use relative path */
-#include "../../lib/librte_eal/common/eal_filesystem.h"
+#include "../../lib/eal/common/eal_filesystem.h"
 
 static int
 test_parse_sysfs_value(void)