Whoops, should have committed this when I added SIOCOUTQ ioctl.


git-svn-id: svn://svn.valgrind.org/valgrind/trunk@1682 a5019735-40e9-0310-863c-91ae7b9d1cf9
diff --git a/coregrind/vg_unsafe.h b/coregrind/vg_unsafe.h
index dbadafb..dd2b6e0 100644
--- a/coregrind/vg_unsafe.h
+++ b/coregrind/vg_unsafe.h
@@ -41,6 +41,7 @@
 #include <sys/resource.h> /* for struct rlimit */
 #include <linux/shm.h>    /* for struct shmid_ds & struct ipc_perm */
 #include <sys/socket.h>   /* for struct msghdr */
+#include <linux/sockios.h>/* for SIOCOUTQ */
 #include <sys/un.h>       /* for sockaddr_un */
 #include <net/if.h>       /* for struct ifreq et al */
 #include <net/if_arp.h>   /* for struct arpreq */