diff options
author | Thomas Schwinge <tschwinge@gnu.org> | 2007-04-24 18:00:12 +0000 |
---|---|---|
committer | Thomas Schwinge <tschwinge@gnu.org> | 2009-06-18 00:27:07 +0200 |
commit | 01ab23c3ad9c0cd86f565acd09718e1cec2baad5 (patch) | |
tree | d41921110442cb3e24bb2617a26669efd46afdd2 | |
parent | c008f2a278976d226d0823bef4fb9396d6557885 (diff) |
2007-04-24 Thomas Schwinge <tschwinge@gnu.org>
* ipc/ipc_port.h: Include <ipc/ipc_space.h>.
-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" |