mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-30 22:43:12 +03:00
generic if_ether.h: Fix build
* sysdeps/generic/netinet/if_ether.h: Include <stdint.h>.
This commit is contained in:
@ -1,3 +1,7 @@
|
||||
2018-01-19 Samuel Thibault <samuel.thibault@ens-lyon.org>
|
||||
|
||||
* sysdeps/generic/netinet/if_ether.h: Include <stdint.h>.
|
||||
|
||||
2018-01-19 Rafal Luzynski <digitalfreak@lingonborough.com>
|
||||
|
||||
* localedata/locales/gu_IN (LC_IDENTIFICATION): Fix an obvious typo
|
||||
|
@ -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