summaryrefslogtreecommitdiff
path: root/security/slurpie/files/patch-mn.h
blob: 41c8a0b7f4a0530259146647a3f31cabeb2763ef (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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>
 
 
 /////////////////////////////////