forked from Lainports/freebsd-ports
GTK2 logjam (was logjam2) is now default and remove the GTK1 logjam. Also, included some tweaks and cleans up like add checks if libraries exist and depend on them by automatic. PR: ports/66620 Approved by: adamw (mentor)
9 lines
252 B
C
9 lines
252 B
C
--- src/get_cmd_out.c.orig Sun May 9 16:29:56 2004
|
|
+++ src/get_cmd_out.c Sun May 9 16:30:55 2004
|
|
@@ -12,6 +12,7 @@
|
|
#include <unistd.h>
|
|
#include <errno.h>
|
|
#include <sys/types.h>
|
|
+#include <signal.h>
|
|
#include <sys/wait.h>
|
|
#include "util.h"
|