diff command.c @ 22483:662e7f56ec7f

Include <string.h> explicitly. (it was already present through other headers)
author uau
date Fri, 09 Mar 2007 14:04:07 +0000
parents 9837a8799315
children b6aa3eedf49b
line wrap: on
line diff
--- a/command.c	Fri Mar 09 13:48:57 2007 +0000
+++ b/command.c	Fri Mar 09 14:04:07 2007 +0000
@@ -1,6 +1,7 @@
 #include <stdlib.h>
 #include <inttypes.h>
 #include <unistd.h>
+#include <string.h>
 
 #include "config.h"
 #include "input/input.h"