small tweaks to build on Debian kFreeBSD

This commit is contained in:
Antonio SJ Musumeci
2016-09-14 08:36:06 -04:00
parent fa3218cb72
commit 7e423cd9ce
75 changed files with 141 additions and 128 deletions

View File

@ -16,14 +16,14 @@
#include <fuse.h>
#include <unistd.h>
#include <sys/types.h>
#include <errno.h>
#include <unistd.h>
#include <string>
#include <vector>
#include "config.hpp"
#include "errno.hpp"
#include "fs_path.hpp"
#include "rv.hpp"
#include "rwlock.hpp"