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