]> git.ipfire.org Git - thirdparty/mlmmj.git/commitdiff
Added missing #include <string.h>
authorBen Schmidt <none@none>
Thu, 7 Oct 2010 13:28:51 +0000 (00:28 +1100)
committerBen Schmidt <none@none>
Thu, 7 Oct 2010 13:28:51 +0000 (00:28 +1100)
src/ctrlvalue.c

index f59f45d666328239c4b150d1c6fa82edc160460e..6a2a5672d5f361581c3ab004bb31c3e5836715c8 100644 (file)
@@ -26,6 +26,7 @@
 #include <stdlib.h>
 #include <fcntl.h>
 #include <unistd.h>
+#include <string.h>
 
 #include "strgen.h"
 #include "ctrlvalue.h"