aboutsummaryrefslogtreecommitdiff
path: root/net/kismet/patches/020-musl-include-fixes.patch
blob: d3346fd714ef291815c4fc85aabb826dffd7262a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
--- a/configfile.cc
+++ b/configfile.cc
@@ -24,6 +24,7 @@
 #include <stdlib.h>
 #include <stdio.h>
 #include <errno.h>
+#include <time.h>
 #include "configfile.h"
 #include "util.h"
 
--- a/dumpfile_tuntap.cc
+++ b/dumpfile_tuntap.cc
@@ -20,8 +20,8 @@
 
 #include <errno.h>
 
-#include "dumpfile_tuntap.h"
 #include "ifcontrol.h"
+#include "dumpfile_tuntap.h"
 #include "ipc_remote.h"
 
 #ifndef SYS_CYGWIN
--- a/ifcontrol.h
+++ b/ifcontrol.h
@@ -39,7 +39,6 @@
 #include <net/if_arp.h>
 #include <sys/ioctl.h>
 #include <netinet/in.h>
-#include <netinet/if_ether.h>
 #include <arpa/inet.h>
 #endif