home · contact · privacy
Client: Changed window sizing algorithm to fix bug of too large negative window
[plomrogue] / src / client / wincontrol.c
index b241eba3d4ac271e05bfd3e38ad854503792295a..5e818badd0b3d21d473b992e27ec4504defd94dc 100644 (file)
@@ -3,6 +3,7 @@
 #include "wincontrol.h"
 #include <errno.h> /* global errno */
 #include <dirent.h> /* DIR, struct dirent, opendir(), closedir(), readdir() */
+#include <stddef.h> /* NULL */
 #include <stdint.h> /* uint8_t, uint16_t, uint32_t */
 #include <stdio.h> /* FILE */
 #include <stdlib.h> /* free(), atoi() */