mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-06 22:51:41 +00:00
14 lines
333 B
Plaintext
14 lines
333 B
Plaintext
--- server.h.orig Wed Dec 22 10:57:01 1999
|
|
+++ server.h Wed Dec 22 10:57:03 1999
|
|
@@ -26,9 +26,9 @@
|
|
#include <sys/types.h>
|
|
#include <sys/socket.h>
|
|
/*#include <sys/param.h>*/
|
|
+#include <netinet/in.h>
|
|
#include <arpa/inet.h>
|
|
#include <netdb.h>
|
|
-#include <netinet/in.h>
|
|
#include <unistd.h>
|
|
#include <string.h>
|
|
#include <stdlib.h>
|