home · contact · privacy
Included <stddef.h> were NULL was used.
[plomrogue] / src / client / windows.c
index dcf450b3fecff04703bb513d256cb021f5f594d4..ff57399a50bd2f9e2805d98eebafbac16cf5071a 100644 (file)
@@ -1,6 +1,7 @@
 /* src/client/windows.c */
 
 #include "windows.h"
+#include <stddef.h> /* NULL */
 #include <stdint.h> /* uint8_t, uint16_t, uint32_t, UINT16_MAX */
 #include <stdio.h> /* sprintf() */
 #include <stdlib.h> /* free() */