summaryrefslogtreecommitdiff
blob: 13fd556ec98d1483b94baf8cf905797855a3f4b6 (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
https://bugs.gentoo.org/580816

include headers needed by targets

--- b/tools-20070815/uml_net/ethertap.c
+++ a/tools-20070815/uml_net/ethertap.c
@@ -13,6 +13,7 @@
 #include <sys/stat.h>
 #include <sys/ioctl.h>
 #include <net/if.h>
+#include <sys/select.h>
 #include "host.h"
 #include "output.h"
 

for major/minor macros

--- b/tools-20070815/uml_net/host.c
+++ a/tools-20070815/uml_net/host.c
@@ -10,6 +10,7 @@
 #include <ctype.h>
 #include <sys/wait.h>
 #include <sys/stat.h>
+#include <sys/sysmacros.h>
 #include "output.h"
 #include "host.h"