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_redir.c
16461 views
1
--- src/redir.c.orig Mon Dec 26 08:13:05 2005
2
+++ src/redir.c Mon Dec 26 08:22:35 2005
3
@@ -9,15 +9,15 @@
4
*
5
*/
6
7
-#include <sys/socket.h>
8
-#include <netinet/in.h>
9
-
10
#include <stdlib.h>
11
#include <stdio.h>
12
#include <syslog.h>
13
#include <errno.h>
14
#include <stdarg.h>
15
16
+#include <sys/types.h>
17
+#include <sys/socket.h>
18
+#include <netinet/in.h>
19
#include <arpa/inet.h>
20
#include <string.h>
21
#include <fcntl.h>
22
23