summaryrefslogtreecommitdiff
path: root/libuci.c
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2008-02-03 00:46:08 +0100
committerFelix Fietkau <nbd@openwrt.org>2008-02-03 00:46:08 +0100
commit14bd2704bbb61a7cf828119cda4f3616f8254871 (patch)
tree0fecc9065411009dde3bea0add6b52abae3d33f8 /libuci.c
parent402b084b1e5417dc2fb7d84373c1b9fb8642696a (diff)
downloaduci-14bd2704bbb61a7cf828119cda4f3616f8254871.tar.gz
fix more compile errors
Diffstat (limited to 'libuci.c')
-rw-r--r--libuci.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libuci.c b/libuci.c
index 51ce7da..d4ef8d8 100644
--- a/libuci.c
+++ b/libuci.c
@@ -16,6 +16,7 @@
* This file contains some common code for the uci library
*/
+#define _GNU_SOURCE
#include <sys/types.h>
#include <stdbool.h>
#include <string.h>