home · contact · privacy
Included <stddef.h> were NULL was used.
[plomrogue] / src / server / map_object_actions.c
index 37e113c0f73617cc9f456de7d16b19f2b3477567..b77ffb9e0f808c8111d69aee6e0baf0a478affdc 100644 (file)
@@ -1,6 +1,7 @@
 /* src/server/map_object_actions.c */
 
 #include "map_object_actions.h"
+#include <stddef.h> /* NULL */
 #include <stdint.h> /* uint8_t, uint16_t */
 #include <stdio.h> /* sprintf() */
 #include <stdlib.h> /* free(), atoi() */