mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
c31388624b
PR: ports/67199 Submitted by: Joel Diaz <joeldiaz@bellsouth.net>
11 lines
235 B
C
11 lines
235 B
C
--- src/io.c.orig Wed May 26 09:23:51 2004
|
|
+++ src/io.c Wed May 26 09:24:08 2004
|
|
@@ -21,6 +21,7 @@
|
|
|
|
#include <stdio.h>
|
|
#include <stdarg.h>
|
|
+#include <sys/types.h>
|
|
#include <sys/socket.h>
|
|
#include <arpa/inet.h>
|
|
#include <netdb.h>
|