1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-05 22:43:24 +00:00
freebsd-ports/security/slurpie/files/patch-mn.h

19 lines
395 B
C
Raw Normal View History

--- 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>
/////////////////////////////////