mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-09 02:22:18 +00:00
0a40c91763
GCC 3.2 / C99 support. PR: ports/66375 Submitted by: Dean Hollister <dean@odyssey.apana.org.au> (maintainer)
11 lines
270 B
C
11 lines
270 B
C
--- firedns/tester.c.orig Sun May 9 10:29:54 2004
|
|
+++ firedns/tester.c Sun May 9 10:30:18 2004
|
|
@@ -1,6 +1,7 @@
|
|
#include <stdio.h>
|
|
#include <string.h>
|
|
#include <netdb.h>
|
|
+#include <sys/types.h>
|
|
#include <netinet/in.h>
|
|
#include <arpa/inet.h>
|
|
#include <sys/time.h>
|