Make lib/mountcheck.c a stand-alone library
[fio.git] / lib / mountcheck.c
index 0aec7441f91d412a01fc17d1ec083415f3f58e26..2fb6fe742faa3e3348c994e9e75a8167b633013b 100644 (file)
@@ -4,7 +4,7 @@
 #ifdef CONFIG_GETMNTENT
 #include <mntent.h>
 
-#include "lib/mountcheck.h"
+#include "mountcheck.h"
 
 #define MTAB   "/etc/mtab"