diff options
| author | Maxime Coste <frrrwww@gmail.com> | 2016-04-22 21:27:51 +0100 |
|---|---|---|
| committer | Maxime Coste <frrrwww@gmail.com> | 2016-04-27 09:46:53 +0100 |
| commit | cf142872dc75f9c425a0d0e35becfd6f2f993449 (patch) | |
| tree | 0baf4db4225ae3760f7dbcfef547f12e260210eb /src | |
| parent | e01a658cea8f637781669ac664d0d4c2ca117282 (diff) | |
Add missing include in file.cc
Diffstat (limited to 'src')
| -rw-r--r-- | src/file.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/file.cc b/src/file.cc index 21e06836..f7d8beb4 100644 --- a/src/file.cc +++ b/src/file.cc @@ -12,6 +12,7 @@ #include <fcntl.h> #include <unistd.h> #include <dirent.h> +#include <stdlib.h> #if defined(__FreeBSD__) #include <sys/sysctl.h> |
