ports/security/slurpie/files/patch-src_mn.h
Kurt Jaeger 64bf37dd0e security/slurpie: change use of _offset to ftell
- canonize patches, while there

PR:		205230
Submitted by:	jhb
2016-01-24 14:27:14 +00:00

18 lines
369 B
C

--- src/mn.h.orig 1999-01-30 21:09:01 UTC
+++ src/mn.h
@@ -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>
/////////////////////////////////