changeset 755:bb803487199c

Added missing #include <string.h>
author Ben Schmidt
date Fri, 08 Oct 2010 00:28:51 +1100
parents ecb991e41a4c
children f8f3f4525a2b
files src/ctrlvalue.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/ctrlvalue.c	Wed Oct 06 23:30:26 2010 +1100
+++ b/src/ctrlvalue.c	Fri Oct 08 00:28:51 2010 +1100
@@ -26,6 +26,7 @@
 #include <stdlib.h>
 #include <fcntl.h>
 #include <unistd.h>
+#include <string.h>
 
 #include "strgen.h"
 #include "ctrlvalue.h"