1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

- Fix build on 5.x

Reported by:	bento (kris)
This commit is contained in:
Kirill Ponomarev 2003-10-26 21:33:41 +00:00
parent abada95d3c
commit ed884f6646
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=92240

View File

@ -0,0 +1,10 @@
--- src/client.c.orig Sun Oct 26 22:31:18 2003
+++ src/client.c Sun Oct 26 22:31:34 2003
@@ -8,6 +8,7 @@
#include <config.h>
#endif
+#include <sys/types.h>
#include <stdio.h>
#include <arpa/inet.h>
#include <ctype.h>