Add missing include in file.cc

This commit is contained in:
Maxime Coste 2016-04-22 21:27:51 +01:00
parent e01a658cea
commit cf142872dc

View File

@ -12,6 +12,7 @@
#include <fcntl.h>
#include <unistd.h>
#include <dirent.h>
#include <stdlib.h>
#if defined(__FreeBSD__)
#include <sys/sysctl.h>