da0c86a
diff -Nur chkrootkit-0.45-orig/chkproc.c chkrootkit-0.45/chkproc.c
da0c86a
--- chkrootkit-0.45-orig/chkproc.c	2004-09-13 20:39:29.000000000 +0200
da0c86a
+++ chkrootkit-0.45/chkproc.c	2005-03-17 16:48:48.000000000 +0100
da0c86a
@@ -48,6 +48,7 @@
da0c86a
 #include <stdlib.h>
da0c86a
 #include <unistd.h>
da0c86a
 #include <signal.h>
da0c86a
+#include <string.h>
da0c86a
 #if defined(__sun)
da0c86a
 #include <procfs.h>
da0c86a
 #include <fcntl.h>
da0c86a
diff -Nur chkrootkit-0.45-orig/chkwtmp.c chkrootkit-0.45/chkwtmp.c
da0c86a
--- chkrootkit-0.45-orig/chkwtmp.c	2004-09-06 21:24:56.000000000 +0200
da0c86a
+++ chkrootkit-0.45/chkwtmp.c	2005-03-17 16:49:01.000000000 +0100
da0c86a
@@ -17,7 +17,7 @@
da0c86a
    Nelson Murilo, nelson@pangeia.com.br
da0c86a
 */
da0c86a
 
da0c86a
-
da0c86a
+#include <stdlib.h>
da0c86a
 #include <stdio.h>
da0c86a
 #include <unistd.h>
da0c86a
 #include <string.h>
108df50
diff -Nur chkrootkit-0.48-orig/strings.c chkrootkit-0.48/strings.c
108df50
--- chkrootkit-0.48-orig/strings.c	2006-10-18 20:00:29.000000000 +0200
108df50
+++ chkrootkit-0.48/strings.c	2008-02-12 10:29:10.000000000 +0100
108df50
@@ -10,7 +10,7 @@
108df50
  */
108df50
 
108df50
 #include <stdio.h>
108df50
-#include <strings.h>
108df50
+#include <string.h>
108df50
 #include <sys/types.h>
108df50
 #include <sys/stat.h>
108df50
 #include <ctype.h>