diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-12-11 15:42:24 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-12-11 15:42:24 +0000 |
commit | 247526ed2b67e650653820a9ce9c57d8790bfca9 (patch) | |
tree | 8803a760c4053f82d4f85c47e467897039348afd /www/screem | |
parent | 9b10143cc7286c58cec10e9415610679c02b89dc (diff) | |
download | ports-247526ed2b67e650653820a9ce9c57d8790bfca9.tar.gz ports-247526ed2b67e650653820a9ce9c57d8790bfca9.zip |
Move <sys/types.h> upward to prevent breakage on a very recent -current.
Notes
Notes:
svn path=/head/; revision=51361
Diffstat (limited to 'www/screem')
-rw-r--r-- | www/screem/files/patch-plugins::mailWizard::mailWizard.c | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/www/screem/files/patch-plugins::mailWizard::mailWizard.c b/www/screem/files/patch-plugins::mailWizard::mailWizard.c new file mode 100644 index 000000000000..c50e9c5a2fc1 --- /dev/null +++ b/www/screem/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> |