mirror of
https://git.freebsd.org/ports.git
synced 2025-06-21 20:50:31 -04:00
10 lines
253 B
C
10 lines
253 B
C
--- modules/ssh-method.c.orig Mon Jun 10 13:28:42 2002
|
|
+++ modules/ssh-method.c Mon Jun 10 13:28:51 2002
|
|
@@ -34,6 +34,7 @@
|
|
#include <string.h>
|
|
#include <sys/types.h>
|
|
#include <sys/wait.h>
|
|
+#include <signal.h>
|
|
#include <unistd.h>
|
|
|
|
typedef struct {
|