From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1292 invoked by alias); 29 Jan 2018 00:50:07 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Received: (qmail 1277 invoked by uid 89); 29 Jan 2018 00:50:06 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-24.0 required=5.0 tests=AWL,BAYES_00,GIT_PATCH_0,GIT_PATCH_1,GIT_PATCH_2,GIT_PATCH_3,KAM_LAZY_DOMAIN_SECURITY autolearn=ham version=3.3.2 spammy=nonexisting, non-existing X-HELO: mail3-relais-sop.national.inria.fr From: Samuel Thibault To: libc-alpha@sourceware.org Cc: Samuel Thibault Subject: [hurd,commited] hurd: Fix includes Date: Mon, 29 Jan 2018 13:50:00 -0000 Message-Id: <20180129004959.42287-1-samuel.thibault@ens-lyon.org> X-SW-Source: 2018-01/txt/msg01056.txt.bz2 * sysdeps/mach/hurd/net/ethernet.h: Include . * sysdeps/mach/hurd/net/if_arp.h: Include . * sysdeps/mach/hurd/net/if_ppp.h: Do not include non-existing . --- ChangeLog | 4 ++++ sysdeps/mach/hurd/net/ethernet.h | 1 + sysdeps/mach/hurd/net/if_arp.h | 1 + sysdeps/mach/hurd/net/if_ppp.h | 1 - 4 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 6ee1d44de9..d391807627 100644 --- a/ChangeLog +++ b/ChangeLog @@ -101,6 +101,10 @@ * sysdeps/mach/configure (mach_interface_list): Regenerate. * sysdeps/mach/hurd/bits/posix_opt.h (_POSIX_VDISABLE): Set to '\0' instead of invalid -1. + * sysdeps/mach/hurd/net/ethernet.h: Include . + * sysdeps/mach/hurd/net/if_arp.h: Include . + * sysdeps/mach/hurd/net/if_ppp.h: Do not include non-existing + . 2008-12-18 Thomas Schwinge diff --git a/sysdeps/mach/hurd/net/ethernet.h b/sysdeps/mach/hurd/net/ethernet.h index fecf68ce84..31f15cbe0f 100644 --- a/sysdeps/mach/hurd/net/ethernet.h +++ b/sysdeps/mach/hurd/net/ethernet.h @@ -23,6 +23,7 @@ #include #include +#include #include /* IEEE 802.3 Ethernet constants */ __BEGIN_DECLS diff --git a/sysdeps/mach/hurd/net/if_arp.h b/sysdeps/mach/hurd/net/if_arp.h index 949ec2aca8..01c8b62a99 100644 --- a/sysdeps/mach/hurd/net/if_arp.h +++ b/sysdeps/mach/hurd/net/if_arp.h @@ -26,6 +26,7 @@ #include #include +#include __BEGIN_DECLS diff --git a/sysdeps/mach/hurd/net/if_ppp.h b/sysdeps/mach/hurd/net/if_ppp.h index 8ee620bd03..dbfa152213 100644 --- a/sysdeps/mach/hurd/net/if_ppp.h +++ b/sysdeps/mach/hurd/net/if_ppp.h @@ -53,7 +53,6 @@ #include #include -#include __BEGIN_DECLS -- 2.15.1