mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
16 lines
360 B
Plaintext
16 lines
360 B
Plaintext
--- server.h.orig Sun May 21 14:33:13 2000
|
|
+++ server.h Sun May 21 14:33:30 2000
|
|
@@ -26,11 +26,11 @@
|
|
#include <sys/types.h>
|
|
#include <sys/socket.h>
|
|
/*#include <sys/param.h>*/
|
|
+#include <netinet/in.h>
|
|
#ifdef __unix__
|
|
#include <arpa/inet.h>
|
|
#endif
|
|
#include <netdb.h>
|
|
-#include <netinet/in.h>
|
|
#include <unistd.h>
|
|
#include <string.h>
|
|
#include <stdlib.h>
|