diff options
Diffstat (limited to 'src/common.h')
-rw-r--r-- | src/common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common.h b/src/common.h index d0e07b5a..199fb5c1 100644 --- a/src/common.h +++ b/src/common.h @@ -9,6 +9,7 @@ #endif #include <stdio.h> +#include <stddef.h> #include <stdarg.h> #include <ctype.h> # ifdef HAVE_STRING_H |