ports/net/nbd-server/files/patch-cliserv.h
Pawel Pekala 0546a66c25 Update to version 3.3
PR:		ports/177774
Submitted by:	Hirohisa Yamaguchi <umq@ueo.co.jp>
2013-05-02 13:14:54 +00:00

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;