mirror of
https://git.freebsd.org/ports.git
synced 2025-06-16 18:20:33 -04:00
10 lines
224 B
C
10 lines
224 B
C
--- testserver.c.orig Tue May 22 05:04:28 2001
|
|
+++ testserver.c Sun May 27 18:47:01 2001
|
|
@@ -19,6 +19,7 @@
|
|
#include <string.h>
|
|
#include <unistd.h>
|
|
#include <stdlib.h>
|
|
+#include <netinet/in.h>
|
|
#include <sys/socket.h>
|
|
|
|
|