Description: Missing prototype for strlen().
Author: Frank Lichtenheld <djpig@debian.org>
Forwarded: no
Last-Update: 2008-05-22
--- netpipes-4.2.orig/timelimit.c
+++ netpipes-4.2/timelimit.c
@@ -29,6 +29,7 @@
 #include <sys/wait.h>
 #include <unistd.h>
 #include <stdlib.h>
+#include <string.h>
 #include <errno.h>
 extern int errno;
 #include "common.h"
