summaryrefslogtreecommitdiff
path: root/src/first.h
diff options
context:
space:
mode:
authorGlenn Strauss <gstrauss@gluelogic.com>2016-04-13 02:34:34 -0400
committerGlenn Strauss <gstrauss@gluelogic.com>2016-04-13 03:54:04 -0400
commit51e0f2087bae96978d743244d6dcc95a5a3dc60d (patch)
tree87d7b98b975ab5a24292f7764ac7028d61d4767e /src/first.h
parentc4edd3565500719edae5c077f742a3f56afb1e15 (diff)
downloadlighttpd-git-51e0f2087bae96978d743244d6dcc95a5a3dc60d.tar.gz
[core] define __STDC_WANT_LIB_EXT1__ (fixes #2722)
x-ref: "define __STDC_WANT_LIB_EXT1__ for memset_s()" https://redmine.lighttpd.net/issues/2722
Diffstat (limited to 'src/first.h')
-rw-r--r--src/first.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/first.h b/src/first.h
index 0efd0f0c..38a011f8 100644
--- a/src/first.h
+++ b/src/first.h
@@ -9,4 +9,8 @@
# endif
#endif
+#ifndef __STDC_WANT_LIB_EXT1__
+#define __STDC_WANT_LIB_EXT1__ 1
+#endif
+
#endif