libubus: define _GNU_SOURCE, needed for O_CLOEXEC
[project/ubus.git] / libubus-io.c
index fa53040..9d3ac6c 100644 (file)
@@ -11,6 +11,7 @@
  * GNU General Public License for more details.
  */
 
+#define _GNU_SOURCE
 #include <sys/types.h>
 #include <sys/uio.h>
 #include <sys/socket.h>