aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/config.h.pre
diff options
context:
space:
mode:
Diffstat (limited to 'config.h.pre')
-rw-r--r--config.h.pre2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.h.pre b/config.h.pre
index 52a8159a..1c3940de 100644
--- a/config.h.pre
+++ b/config.h.pre
@@ -2,7 +2,7 @@
#define MANDOC_CONFIG_H
#if defined(__linux__) || defined(__MINT__)
-# define _GNU_SOURCE /* strptime(), getsubopt() */
+# define _GNU_SOURCE /* getsubopt(), strcasestr(), strptime() */
#endif
#include <sys/types.h>