mirror of
https://git.freebsd.org/ports.git
synced 2025-06-29 16:40:31 -04:00
11 lines
313 B
C
11 lines
313 B
C
--- ./cliserv.h.orig 2012-05-25 17:09:16.000000000 +0900
|
|
+++ ./cliserv.h 2013-04-04 19:36:34.000000000 +0900
|
|
@@ -15,6 +15,8 @@
|
|
#include <netinet/tcp.h>
|
|
#include <netinet/in.h>
|
|
#include <stdlib.h>
|
|
+#include <sys/types.h>
|
|
+#include <sys/socket.h>
|
|
|
|
#if SIZEOF_UNSIGNED_SHORT_INT==4
|
|
typedef unsigned short u32;
|