diff options
Diffstat (limited to 'hurd')
-rw-r--r-- | hurd/hurd/id.h | 1 | ||||
-rw-r--r-- | hurd/hurd/ioctl.h | 1 | ||||
-rw-r--r-- | hurd/hurd/lookup.h | 2 |
3 files changed, 4 insertions, 0 deletions
diff --git a/hurd/hurd/id.h b/hurd/hurd/id.h index b181d3c458..28563c9618 100644 --- a/hurd/hurd/id.h +++ b/hurd/hurd/id.h @@ -20,6 +20,7 @@ #define _HURD_ID_H 1 #include <features.h> +#include <hurd/hurd_types.h> #include <cthreads.h> /* For `struct mutex'. */ diff --git a/hurd/hurd/ioctl.h b/hurd/hurd/ioctl.h index 0676315802..ae74898255 100644 --- a/hurd/hurd/ioctl.h +++ b/hurd/hurd/ioctl.h @@ -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. */ diff --git a/hurd/hurd/lookup.h b/hurd/hurd/lookup.h index d84fef58a5..9a1f58058f 100644 --- a/hurd/hurd/lookup.h +++ b/hurd/hurd/lookup.h @@ -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: |