home · contact · privacy
Update comment info on macros needed for snprintf().
[plomrogue] / src / client / parse.c
index 5efbaf97792ecaaa5733e52fb720e00c0da26ee1..54d8fc3fb59d0027b3d7d17f8545a0a28ddf9594 100644 (file)
@@ -1,6 +1,6 @@
 /* src/client/parse.c */
 
-#define _POSIX_C_SOURCE 200809L /* strdup() */
+#define _POSIX_C_SOURCE 200809L /* strdup(), snprintf() */
 #include "parse.h"
 #include <stddef.h> /* size_t, NULL */
 #include <stdio.h> /* FILE, snprintf() */