home · contact · privacy
Included <stddef.h> were NULL was used.
[plomrogue] / src / client / command_db.c
index 699eb468217dacf912a03b991014a67d53fc474a..7d35582dda258abb9472dcee87ce8bd7655d7e8d 100644 (file)
@@ -1,6 +1,7 @@
 /* src/client/command_db.c */
 
 #include "command_db.h"
+#include <stddef.h> /* NULL */
 #include <stdint.h> /* uint8_t, uint32_t */
 #include <stdio.h> /* FILE */
 #include <stdlib.h> /* free() */