File: 11-missing_include-1.diff

package info (click to toggle)
netpipes 4.2-8
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye, buster, sid, stretch, trixie
  • size: 804 kB
  • ctags: 587
  • sloc: ansic: 8,599; makefile: 353
file content (14 lines) | stat: -rw-r--r-- 355 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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"