summaryrefslogtreecommitdiff
path: root/hurd/hurd/ioctl.h
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2018-03-03 23:58:51 +0100
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2018-03-03 23:58:51 +0100
commite30c291a6d541fbb728c92725f4744e7765f34f4 (patch)
tree6f49f4a1ae816e4ebf6c334863f230d6fa4f04cb /hurd/hurd/ioctl.h
parenteb1ca47e5591dced9e74f120fbcb738b49e309cd (diff)
hurd: Add missing includes
* 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>
Diffstat (limited to 'hurd/hurd/ioctl.h')
-rw-r--r--hurd/hurd/ioctl.h1
1 files changed, 1 insertions, 0 deletions
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. */