mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
7e4d3b822f
PR: 81925 Submitted by: novel Approved by: Mike <mike.patterson@unb.ca> (maintainer)
11 lines
265 B
C
11 lines
265 B
C
--- src/get_cmd_out.c.orig Sun Jun 5 22:09:21 2005
|
|
+++ src/get_cmd_out.c Sun Jun 5 22:09:38 2005
|
|
@@ -11,6 +11,7 @@
|
|
#include <stdio.h>
|
|
#include <unistd.h>
|
|
#include <errno.h>
|
|
+#include <signal.h>
|
|
#include <sys/types.h>
|
|
#include <sys/wait.h>
|
|
#include "util.h"
|