home · contact · privacy
Included <stddef.h> were NULL was used.
[plomrogue] / src / client / draw_wins.c
index 4a88038a02632d99215dd0995434f5545827868c..1df666b617f4b39413d56d66e2bd9b042aec0f32 100644 (file)
@@ -2,6 +2,7 @@
 
 #include "draw_wins.h"
 #include <ncurses.h> /* attri_t, chtype */
+#include <stddef.h> /* NULL */
 #include <stdint.h> /* uint8_t, uint16_t, uint32_t, int16_t */
 #include <stdio.h> /* for sprintf() */
 #include <stdlib.h> /* free() */