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

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

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