|
From: Nicholas N. <nj...@ca...> - 2004-10-14 11:18:30
|
CVS commit by nethercote: Replace glibc header with equivalent kernel header, which fixes a compile problem seen by Sefer Tov. M +1 -1 vg_unsafe.h 1.36 --- valgrind/coregrind/vg_unsafe.h #1.35:1.36 @@ -49,5 +49,5 @@ #include <linux/sockios.h>/* for SIOCOUTQ */ #include <sys/un.h> /* for sockaddr_un */ -#include <net/if.h> /* for struct ifreq et al */ +#include <linux/if.h> /* for struct ifreq et al */ #include <net/if_arp.h> /* for struct arpreq */ #include <net/route.h> /* for struct rtentry */ |