diff options
author | Justus Winter <4winter@informatik.uni-hamburg.de> | 2014-03-15 14:38:04 +0100 |
---|---|---|
committer | Justus Winter <4winter@informatik.uni-hamburg.de> | 2014-03-25 08:55:55 +0100 |
commit | 6d5511668545d00da4e3e5dd142b4f082c76b083 (patch) | |
tree | 6907f3ec15f886bc1f0426c354fdc6cb63eb48a6 /mach-defpager/main.c | |
parent | 1e981ffc8654910d868bac129c48b1381b935945 (diff) |
mach-defpager: fix local includes
* mach-defpager/default_pager.c: Fix local includes.
* mach-defpager/main.c: Likewise.
* mach-defpager/setup.c: Likewise.
Diffstat (limited to 'mach-defpager/main.c')
-rw-r--r-- | mach-defpager/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mach-defpager/main.c b/mach-defpager/main.c index fe6f735f..e33c2b33 100644 --- a/mach-defpager/main.c +++ b/mach-defpager/main.c @@ -43,7 +43,7 @@ #include <hurd/fd.h> /* XXX */ -#include <default_pager.h> +#include "default_pager.h" mach_port_t bootstrap_master_device_port; /* local name */ mach_port_t bootstrap_master_host_port; /* local name */ |