diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | ipc/ipc_port.h | 1 |
2 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,7 @@ +2007-04-24 Thomas Schwinge <tschwinge@gnu.org> + + * ipc/ipc_port.h: Include <ipc/ipc_space.h>. + 2007-04-11 Thomas Schwinge <tschwinge@gnu.org> * config.status.dep.patch: Update to match more files. This fixes diff --git a/ipc/ipc_port.h b/ipc/ipc_port.h index 3424f88..4427861 100644 --- a/ipc/ipc_port.h +++ b/ipc/ipc_port.h @@ -46,6 +46,7 @@ #include <kern/macro_help.h> #include <kern/ipc_kobject.h> #include <ipc/ipc_mqueue.h> +#include <ipc/ipc_space.h> #include <ipc/ipc_table.h> #include <ipc/ipc_thread.h> #include "ipc_target.h" |