]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
hurd: Add missing includes
authorSamuel Thibault <samuel.thibault@ens-lyon.org>
Sat, 3 Mar 2018 22:58:51 +0000 (23:58 +0100)
committerSamuel Thibault <samuel.thibault@ens-lyon.org>
Sat, 3 Mar 2018 22:58:51 +0000 (23:58 +0100)
* hurd/hurd/id.h: Include <hurd/hurd_types.h>
* hurd/hurd/ioctl.h: Include <mach/port.h>
* hurd/hurd/lookup.h: Include <hurd/hurd_types.h>

ChangeLog
hurd/hurd/id.h
hurd/hurd/ioctl.h
hurd/hurd/lookup.h

index dd65beebc63e78b18eee45c42cbe44cad7d284eb..c1d6dde45a78196ede29edb9d7eb2c5a25fbfde3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,9 @@
 2018-03-03  Samuel Thibault  <samuel.thibault@ens-lyon.org>
 
        * scripts/check-installed-headers.sh: Ignore Hurd and Mach headers.
+       * hurd/hurd/id.h: Include <hurd/hurd_types.h>
+       * hurd/hurd/ioctl.h: Include <mach/port.h>
+       * hurd/hurd/lookup.h: Include <hurd/hurd_types.h>
 
 2018-03-03  Andreas Schwab  <schwab@linux-m68k.org>
 
index b181d3c45805ae93c714c1c099d2ed5b5b801a9f..28563c96180e1d06f7afc2063f4671b94a0ad952 100644 (file)
@@ -20,6 +20,7 @@
 
 #define        _HURD_ID_H      1
 #include <features.h>
+#include <hurd/hurd_types.h>
 
 #include <cthreads.h>          /* For `struct mutex'.  */
 
index 0676315802f0b2c5d28df7df5cd7139a3c22c6ec..ae748982552781a198e9b26d21d651b9dfe7403d 100644 (file)
@@ -22,6 +22,7 @@
 #define        __need___va_list
 #include <stdarg.h>
 #include <bits/ioctls.h>
+#include <mach/port.h>
 
 
 /* Type of handler function, called like ioctl to do its entire job.  */
index d84fef58a51b4f04b87ba99cbdc6dbc98d24eb57..9a1f58058fd9f637e5d89aeef3a63bcee3878c5a 100644 (file)
@@ -19,6 +19,8 @@
 #ifndef _HURD_LOOKUP_H
 #define _HURD_LOOKUP_H 1
 
+#include <hurd/hurd_types.h>
+
 /* These functions all take two callback functions as the first two arguments.
    The first callback function USE_INIT_PORT is called as follows: