freebsd-ports/net-mgmt/chillispot/files/patch-src_redir.c

22 lines
412 B
C
Raw Normal View History

2005-12-25 22:39:49 +01:00
--- src/redir.c.orig Mon Dec 26 08:13:05 2005
+++ src/redir.c Mon Dec 26 08:22:35 2005
@@ -9,15 +9,15 @@
*
*/
-#include <sys/socket.h>
-#include <netinet/in.h>
-
#include <stdlib.h>
#include <stdio.h>
#include <syslog.h>
#include <errno.h>
#include <stdarg.h>
+#include <sys/types.h>
+#include <sys/socket.h>
+#include <netinet/in.h>
#include <arpa/inet.h>
#include <string.h>
#include <fcntl.h>