projects
/
oweals
/
uci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1465422
)
add missing include statement
author
Felix Fietkau
<nbd@openwrt.org>
Tue, 5 Feb 2008 00:30:03 +0000
(
01:30
+0100)
committer
Felix Fietkau
<nbd@openwrt.org>
Tue, 5 Feb 2008 00:30:03 +0000
(
01:30
+0100)
cli.c
patch
|
blob
|
history
diff --git
a/cli.c
b/cli.c
index dadadaa9226eb8d9867fcfdfaf5ed804273a4d61..3188bd19d2925cd8c7d34e985780fb079d45498b 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"