2009-03-27 07:54:49 -04:00
|
|
|
$OpenBSD: patch-tcpwrap_c,v 1.2 2009/03/27 11:54:49 sthen Exp $
|
|
|
|
--- tcpwrap.c.orig Wed Dec 17 19:58:05 2008
|
|
|
|
+++ tcpwrap.c Fri Mar 27 09:00:07 2009
|
|
|
|
@@ -11,6 +11,7 @@
|
2005-07-03 14:06:37 -04:00
|
|
|
#include "builddefs.h"
|
|
|
|
#include "utility.h"
|
2009-03-27 07:54:49 -04:00
|
|
|
#include "sysutil.h"
|
2005-07-03 14:06:37 -04:00
|
|
|
+#include <sys/types.h>
|
|
|
|
|
|
|
|
#ifdef VSF_BUILD_TCPWRAPPERS
|
|
|
|
#include <tcpd.h>
|