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:
Frédéric Bérat 2025-03-11 10:40:11 +01:00
parent 84373ef7b7
commit 3cdb99d8bb
1 changed files with 3 additions and 0 deletions

View File

@ -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