home · contact · privacy
Included <stddef.h> were NULL was used.
[plomrogue] / src / client / keybindings.c
index 736353515439c83f526e235b5154880d5bc40f07..500deeca305d225128a375f9b45232fdcb26b53e 100644 (file)
@@ -2,6 +2,7 @@
 
 #include "keybindings.h"
 #include <ncurses.h> /* keycode defines, cbreak(), halfdelay(), getch() */
+#include <stddef.h> /* NULL */
 #include <stdio.h> /* FILE, sprintf(), snprintf() */
 #include <stdint.h> /* uint8_t, uint16_t, uint32_t */
 #include <stdlib.h> /* free(), atoi() */