chiark / gitweb /
basic: include only what we use
[elogind.git] / src / basic / alloc-util.h
index 12b602e1855781b640d61c29b17ca71c9602500b..f5097ea117538750f48f222e3d793a51938b55dd 100644 (file)
@@ -22,6 +22,7 @@
 ***/
 
 #include <alloca.h>
+#include <stddef.h>
 #include <stdlib.h>
 #include <string.h>