Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 580816
Collapse All | Expand All

(-)b/tools-20070815/uml_net/ethertap.c (+1 lines)
Lines 13-18 Link Here
13
#include <sys/stat.h>
13
#include <sys/stat.h>
14
#include <sys/ioctl.h>
14
#include <sys/ioctl.h>
15
#include <net/if.h>
15
#include <net/if.h>
16
#include <sys/select.h>
16
#include "host.h"
17
#include "host.h"
17
#include "output.h"
18
#include "output.h"
18
19
(-)b/tools-20070815/uml_net/host.c (+1 lines)
Lines 10-15 Link Here
10
#include <ctype.h>
10
#include <ctype.h>
11
#include <sys/wait.h>
11
#include <sys/wait.h>
12
#include <sys/stat.h>
12
#include <sys/stat.h>
13
#include <sys/sysmacros.h>
13
#include "output.h"
14
#include "output.h"
14
#include "host.h"
15
#include "host.h"
15
16

Return to bug 580816