build: use _DEFAULT_SOURCE
[project/uhttpd.git] / main.c
diff --git a/main.c b/main.c
index fb2766576e8f84890dac44a9208cfaad3add0769..11b33ffab8baf4e0608cdb3069f43a526c146aa4 100644 (file)
--- a/main.c
+++ b/main.c
@@ -17,6 +17,7 @@
  * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
 
+#define _DEFAULT_SOURCE
 #define _BSD_SOURCE
 #define _GNU_SOURCE
 #define _XOPEN_SOURCE  700