summaryrefslogtreecommitdiff
path: root/www/screem-devel/files/patch-plugins::mailWizard::mailWizard.c
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2001-12-11 15:42:24 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2001-12-11 15:42:24 +0000
commit247526ed2b67e650653820a9ce9c57d8790bfca9 (patch)
tree8803a760c4053f82d4f85c47e467897039348afd /www/screem-devel/files/patch-plugins::mailWizard::mailWizard.c
parentUpdate WWW tag. (diff)
Move <sys/types.h> upward to prevent breakage on a very recent -current.
Notes
Notes: svn path=/head/; revision=51361
Diffstat (limited to '')
-rw-r--r--www/screem-devel/files/patch-plugins::mailWizard::mailWizard.c15
1 files changed, 15 insertions, 0 deletions
diff --git a/www/screem-devel/files/patch-plugins::mailWizard::mailWizard.c b/www/screem-devel/files/patch-plugins::mailWizard::mailWizard.c
new file mode 100644
index 000000000000..c50e9c5a2fc1
--- /dev/null
+++ b/www/screem-devel/files/patch-plugins::mailWizard::mailWizard.c
@@ -0,0 +1,15 @@
+
+$FreeBSD$
+
+--- plugins/mailWizard/mailWizard.c 2001/12/11 15:18:13 1.1
++++ plugins/mailWizard/mailWizard.c 2001/12/11 15:18:27
+@@ -1,8 +1,8 @@
+ #include <config.h>
+
++#include <sys/types.h>
+ #include <arpa/inet.h>
+ #include <netinet/in.h>
+-#include <sys/types.h>
+ #include <sys/socket.h>
+ #include <sys/stat.h>
+ #include <unistd.h>