split fs-state back into seperate tools
[project/fstools.git] / libfstools / mount.c
index e7b57f03b5137e01dca67ff13bb4f5453b083e35..efcfcd8bcf15283a958e83f2cf3caa0e072af316 100644 (file)
@@ -20,7 +20,7 @@
 #include <unistd.h>
 #include <string.h>
 
-#include "../fs-state.h"
+#include "libfstools.h"
 
 /* this is a raw syscall - man 2 pivot_root */
 extern int pivot_root(const char *new_root, const char *put_old);