add missing include statement
authorFelix Fietkau <nbd@openwrt.org>
Tue, 5 Feb 2008 00:30:03 +0000 (01:30 +0100)
committerFelix Fietkau <nbd@openwrt.org>
Tue, 5 Feb 2008 00:30:03 +0000 (01:30 +0100)
cli.c

diff --git a/cli.c b/cli.c
index dadadaa..3188bd1 100644 (file)
--- 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"