mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03:00
generic if_ether.h: Fix build
* sysdeps/generic/netinet/if_ether.h: Include <stdint.h>.
This commit is contained in:
@ -19,6 +19,7 @@
|
||||
#define __NETINET_IF_ETHER_H 1
|
||||
|
||||
#include <sys/types.h>
|
||||
#include <stdint.h>
|
||||
|
||||
#define ETH_ALEN 6 /* Octets in one ethernet address. */
|
||||
|
||||
|
Reference in New Issue
Block a user