Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 503914 | Differences between
and this patch

Collapse All | Expand All

(-)a/tracepath.c (+1 lines)
Lines 18-23 Link Here
18
#include <errno.h>
18
#include <errno.h>
19
#include <string.h>
19
#include <string.h>
20
#include <netdb.h>
20
#include <netdb.h>
21
#include <limits.h>
21
#include <netinet/in.h>
22
#include <netinet/in.h>
22
#include <resolv.h>
23
#include <resolv.h>
23
#include <sys/time.h>
24
#include <sys/time.h>
(-)a/tracepath6.c (-1 / +1 lines)
Lines 21-26 Link Here
21
#include <errno.h>
21
#include <errno.h>
22
#include <string.h>
22
#include <string.h>
23
#include <netdb.h>
23
#include <netdb.h>
24
#include <limits.h>
24
#include <resolv.h>
25
#include <resolv.h>
25
#include <sys/time.h>
26
#include <sys/time.h>
26
#include <sys/uio.h>
27
#include <sys/uio.h>
27
- 

Return to bug 503914