commit 3c936cb3d57fad140175770a1643d919f1451213
parent faf3421f11b5a9aa804e34b6824600bd2ceeae3c
Author: Jordan Ritter <jpr5@darkridge.com>
Date: Wed, 7 Mar 2001 02:37:57 +0000
added tty.h include for solaris/bsd type boxen to eliminate compiler
error searching for winsize SIGWINCH info
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/ngrep.c b/ngrep.c
@@ -15,6 +15,7 @@
#include <netinet/in.h>
#include <netinet/in_systm.h>
#include <net/if.h>
+#include <sys/tty.h>
#endif
#if defined(OSF1)