mirror of git://sourceware.org/git/glibc.git
Add missing guards in include/arpa/inet.h
Add the missing guards in the header, similarly to other headers at the same level Reviewed-by: Florian Weimer <fweimer@redhat.com>
This commit is contained in:
parent
84373ef7b7
commit
3cdb99d8bb
|
@ -1,3 +1,5 @@
|
|||
#ifndef _ARPA_INET_H
|
||||
/* Note: _ARPA_INET_H is defined by inet/arpa/inet.h below. */
|
||||
#include <inet/arpa/inet.h>
|
||||
|
||||
#ifndef _ISOMAC
|
||||
|
@ -17,3 +19,4 @@ libc_hidden_proto (inet_netof)
|
|||
extern __typeof (inet_network) __inet_network;
|
||||
libc_hidden_proto (__inet_network)
|
||||
#endif
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue