diff options
Diffstat (limited to 'security/slurpie/files/patch-mn.h')
-rw-r--r-- | security/slurpie/files/patch-mn.h | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/security/slurpie/files/patch-mn.h b/security/slurpie/files/patch-mn.h new file mode 100644 index 000000000000..41c8a0b7f4a0 --- /dev/null +++ b/security/slurpie/files/patch-mn.h @@ -0,0 +1,18 @@ +--- src/mn.h.orig Sat Jan 30 13:09:01 1999 ++++ src/mn.h Sun Feb 13 19:13:32 2000 +@@ -2,11 +2,12 @@ + #define _MN_H_ + + ///////////////////////////////// +-#include <stdio.h> +-#include <stdarg.h> +-#include <netinet/in.h> + #include <sys/types.h> + #include <sys/time.h> ++#include <sys/socket.h> ++#include <netinet/in.h> ++#include <stdio.h> ++#include <stdarg.h> + + + ///////////////////////////////// |