freebsd-ports/ukrainian/iceb/files/patch-libdev-iceb_client.c
Pav Lucistnik 0a171f2792 - Fix build on 4.x
Submitted by:	maintainer
Reported by:	bento via kris
2004-01-25 17:38:38 +00:00

12 lines
312 B
C

--- iceb_client.c.old Sat Jan 24 23:05:19 2004
+++ libdev/iceb_client.c Sat Jan 24 23:05:37 2004
@@ -6,8 +6,8 @@
#include <stdlib.h>
#include <string.h>
#include <netdb.h>
-#include <sys/socket.h>
#include <sys/types.h>
+#include <sys/socket.h>
#include <ctype.h>
#ifdef HAVE_UNISTD_H
#include <unistd.h>