diff options
Diffstat (limited to 'src/error.h')
-rw-r--r-- | src/error.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/error.h b/src/error.h index acaf49e..31fbaf2 100644 --- a/src/error.h +++ b/src/error.h @@ -9,8 +9,7 @@ #ifndef _ERROR_H #define _ERROR_H -#include <stdlib.h> -#include <stdarg.h> +#include <stddef.h> typedef enum { BLOGC_ERROR_SOURCE_PARSER = 1, |