diff options
| -rw-r--r-- | btpd/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/btpd/main.c b/btpd/main.c index 97690fe..d7bfc1e 100644 --- a/btpd/main.c +++ b/btpd/main.c @@ -1,11 +1,11 @@ #include <sys/types.h> +#include <sys/file.h> #include <sys/stat.h> #include <assert.h> #include <err.h> #include <errno.h> #include <fcntl.h> -#include <file.h> #include <getopt.h> #include <locale.h> #include <stdio.h> |