aboutsummaryrefslogtreecommitdiffstats
path: root/src/file.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/file.h')
-rw-r--r--src/file.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/file.h b/src/file.h
index 97e5274..d2c4390 100644
--- a/src/file.h
+++ b/src/file.h
@@ -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