freebsd-ports/net/gnomeicu2/files/patch-src_userserver.c

17 lines
389 B
C
Raw Normal View History

2004-04-05 06:18:55 +02:00
--- src/userserver.c.orig Fri Apr 2 15:20:45 2004
+++ src/userserver.c Fri Apr 2 15:20:54 2004
@@ -6,12 +6,12 @@
***************************/
2002-11-10 22:31:42 +01:00
#include <errno.h>
2004-04-05 06:18:55 +02:00
+#include <sys/types.h>
2002-11-10 22:31:42 +01:00
#include <netinet/in.h>
#include <pwd.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
-#include <sys/types.h>
#include <sys/socket.h>
#include <sys/stat.h>
#include <sys/un.h>