home · contact · privacy
Update comment info on macros needed for snprintf().
[plomrogue] / src / client / interface_conf.c
index 65debb0b51882944672a1cbb10a2b072c89e59c0..9e97c55888d0202605d504e4d7118d83d083ef99 100644 (file)
@@ -1,6 +1,6 @@
 /* src/client/interface_conf.c */
 
-#define _POSIX_C_SOURCE 200809L /* getopt(), optarg, strdup() */
+#define _POSIX_C_SOURCE 200809L /* getopt(), optarg, strdup(), snprintf() */
 #include "interface_conf.h"
 #include <ncurses.h> /* delwin() */
 #include <stddef.h> /* NULL, size_t */