Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-kde
Path: blob/main/net-mgmt/chillispot/files/patch-src_syserr.c
16461 views
1
--- src/syserr.c.orig Mon Dec 26 08:30:20 2005
2
+++ src/syserr.c Mon Dec 26 08:30:46 2005
3
@@ -10,13 +10,13 @@
4
*/
5
6
#include <stdarg.h>
7
+#include <sys/types.h>
8
#include <sys/socket.h>
9
#include <netinet/in.h>
10
+#include <arpa/inet.h>
11
#include <stdio.h>
12
#include <syslog.h>
13
#include <string.h>
14
-#include <netinet/in.h>
15
-#include <arpa/inet.h>
16
17
#include "syserr.h"
18
19
20