mirror of
https://git.freebsd.org/ports.git
synced 2025-06-24 06:00:30 -04:00
PR: ports/73296 Submitted by: Andrey Slusar <anray@inet.ua> Approved by: maintainer timeout (3 weeks)
12 lines
286 B
C
12 lines
286 B
C
--- src/conff.h.orig Fri Oct 29 01:11:36 2004
|
|
+++ src/conff.h Fri Oct 29 01:12:36 2004
|
|
@@ -32,6 +32,9 @@
|
|
#include <config.h>
|
|
#include <stdio.h>
|
|
#include <pthread.h>
|
|
+#if TARGET==TARGET_BSD
|
|
+#include <sys/socket.h>
|
|
+#endif
|
|
#include <net/if.h>
|
|
#include "ipvers.h"
|
|
#include "list.h"
|