]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
generic if_ether.h: Fix build
authorSamuel Thibault <samuel.thibault@ens-lyon.org>
Fri, 19 Jan 2018 00:47:45 +0000 (00:47 +0000)
committerSamuel Thibault <samuel.thibault@ens-lyon.org>
Fri, 19 Jan 2018 00:51:10 +0000 (01:51 +0100)
* sysdeps/generic/netinet/if_ether.h: Include <stdint.h>.

ChangeLog
sysdeps/generic/netinet/if_ether.h

index 012e536a5d652bac9361272a97e091652a3be9fa..9aa71ddc2d6dbf61197ae5cee80a8117c24fb45b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
index 04afe34a0303c2546dd6ee475c01fac67bd7fa16..7f33d220d04b07fa65186efe01e030297a29fc58 100644 (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.  */