1
0
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:
Samuel Thibault
2018-01-19 00:47:45 +00:00
parent 32ac6e927d
commit 64f63cb458
2 changed files with 5 additions and 0 deletions

View File

@ -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. */