freebsd-ports/lang/gambas/files/patch-src::lib::net::CSocket.h
Thierry Thomas d122a6e31d Add gambas 0.91, gambas Almost Means BASic.
PR:		62755
Approved by:	mat (mentor).
2004-03-25 18:10:26 +00:00

16 lines
405 B
C

--- src/lib/net/CSocket.h.orig Sun Feb 1 20:03:20 2004
+++ src/lib/net/CSocket.h Sun Feb 8 22:48:23 2004
@@ -25,11 +25,11 @@
#define __CSOCKET_H
#include "gambas.h"
-#include <sys/types.h>
-#include <netinet/in.h>
#include <arpa/inet.h>
#include <sys/un.h>
+#include <sys/types.h>
#include <sys/socket.h>
+#include <netinet/in.h>
#include <unistd.h>
#include <netdb.h>
#include "CDnsClient.h"