summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2008-02-05 01:30:03 +0100
committerFelix Fietkau <nbd@openwrt.org>2008-02-05 01:30:03 +0100
commit031b620e1f3a16078da45ce00352508764902786 (patch)
treeee383e6a7fcdcf1336e8c1990d97b87302093113
parent14654223268133b5e74ee1748cec2374664ac5bf (diff)
downloaduci-0.2.tar.gz
add missing include statementv0.2
-rw-r--r--cli.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/cli.c b/cli.c
index dadadaa..3188bd1 100644
--- a/cli.c
+++ b/cli.c
@@ -12,6 +12,7 @@
* GNU General Public License for more details.
*/
#include <strings.h>
+#include <string.h>
#include <stdlib.h>
#include <unistd.h>
#include "uci.h"