1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-20 04:02:27 +00:00
freebsd-ports/net-mgmt/chillispot/files/patch-src_syserr.c
2005-12-25 21:39:49 +00:00

19 lines
371 B
C

--- src/syserr.c.orig Mon Dec 26 08:30:20 2005
+++ src/syserr.c Mon Dec 26 08:30:46 2005
@@ -10,13 +10,13 @@
*/
#include <stdarg.h>
+#include <sys/types.h>
#include <sys/socket.h>
#include <netinet/in.h>
+#include <arpa/inet.h>
#include <stdio.h>
#include <syslog.h>
#include <string.h>
-#include <netinet/in.h>
-#include <arpa/inet.h>
#include "syserr.h"