util-src/net.c
changeset 9153 c1d5f52274cf
parent 8429 8b612ec00e4a
child 10484 94cacf9fd0ae
--- a/util-src/net.c	Wed Aug 08 08:19:01 2018 +0100
+++ b/util-src/net.c	Wed Aug 08 09:27:34 2018 +0200
@@ -9,7 +9,10 @@
 --
 */
 
+#ifndef _GNU_SOURCE
 #define _GNU_SOURCE
+#endif
+
 #include <stddef.h>
 #include <string.h>
 #include <errno.h>