From bea9b19322c77265033a068ac60c95a37e798a80 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Mon, 30 Jul 2012 16:09:11 -0700 Subject: Fix lots of bitrot for stub configurations. --- inet/netinet/in.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'inet') diff --git a/inet/netinet/in.h b/inet/netinet/in.h index 3940dc3101..c76ad16b99 100644 --- a/inet/netinet/in.h +++ b/inet/netinet/in.h @@ -518,6 +518,8 @@ extern int bindresvport6 (int __sockfd, struct sockaddr_in6 *__sock_in) #ifdef __USE_GNU +struct cmsghdr; /* Forward declaration. */ + /* IPv6 packet information. */ struct in6_pktinfo { -- cgit 1.4.1