diff options
Diffstat (limited to 'src/file.h')
-rw-r--r-- | src/file.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,8 +9,8 @@ #ifndef _FILE_H #define _FILE_H +#include <stddef.h> #include <stdio.h> -#include <stdlib.h> #include "error.h" #define BLOGC_FILE_CHUNK_SIZE 1024 |