diff xrogue/rip.c @ 135:ce0cf824c192

xrogue: add missing includes. This prevents some warnings.
author John "Elwin" Edwards
date Tue, 21 Apr 2015 10:34:01 -0400
parents e6179860cb76
children dd137c35c3b1
line wrap: on
line diff
--- a/xrogue/rip.c	Tue Apr 21 10:11:02 2015 -0400
+++ b/xrogue/rip.c	Tue Apr 21 10:34:01 2015 -0400
@@ -24,6 +24,7 @@
 #include <time.h>
 #include <signal.h>
 #include <ctype.h>
+#include <string.h>
 #include <sys/types.h>
 #include <fcntl.h>
 #include "mach_dep.h"