diff options
Diffstat (limited to 'src/mtab.c')
-rw-r--r-- | src/mtab.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -15,11 +15,11 @@ ****************************************************************************/ #include "mtab.h" +#include "bfstd.h" #include "config.h" #include "darray.h" #include "stat.h" #include "trie.h" -#include "util.h" #include <errno.h> #include <fcntl.h> #include <stdbool.h> |