diff options
Diffstat (limited to 'src/file.h')
-rw-r--r-- | src/file.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -9,6 +9,8 @@ | |||
9 | #define BU_FILE_H | 9 | #define BU_FILE_H |
10 | 10 | ||
11 | #include <stdint.h> | 11 | #include <stdint.h> |
12 | #include <sys/types.h> | ||
13 | #include <stdlib.h> | ||
12 | 14 | ||
13 | #include "bu/stream.h" | 15 | #include "bu/stream.h" |
14 | #include "bu/fstring.h" | 16 | #include "bu/fstring.h" |