diff options
Diffstat (limited to 'src/alloc.h')
-rw-r--r-- | src/alloc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/alloc.h b/src/alloc.h index 60dd738..ae055bc 100644 --- a/src/alloc.h +++ b/src/alloc.h @@ -10,6 +10,7 @@ #include "config.h" #include <errno.h> +#include <stddef.h> #include <stdlib.h> /** Check if a size is properly aligned. */ |