mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-11 07:22:22 +00:00
872ee29b5f
Submitted by: Kirill Ponomarew <ponomarew@oberon.net> PR: 53194 Approved by: fjoe (implicit)
9 lines
222 B
C
9 lines
222 B
C
--- netconfig.h.orig Wed Jun 11 11:20:08 2003
|
|
+++ netconfig.h Wed Jun 11 11:20:31 2003
|
|
@@ -1,3 +1,5 @@
|
|
+#include <unistd.h>
|
|
+#include <sys/types.h>
|
|
#include <sys/socket.h>
|
|
#include <netinet/in.h>
|
|
#include <arpa/inet.h>
|