diff options
author | Michael I. Bushnell <mib@gnu.org> | 1995-06-20 17:21:35 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1995-06-20 17:21:35 +0000 |
commit | 6281facfa59ccaf3ca1c580a4f4d666a75434ca2 (patch) | |
tree | 287adf227e365428a2c34ee59301ad5dd2c68801 /libpager/pager.h | |
parent | 1242991f04f431448ed05b05d43da445d0dc3534 (diff) |
Include <hurd/ports.h>.
Diffstat (limited to 'libpager/pager.h')
-rw-r--r-- | libpager/pager.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libpager/pager.h b/libpager/pager.h index 9dad2f25..7927db38 100644 --- a/libpager/pager.h +++ b/libpager/pager.h @@ -19,6 +19,8 @@ #ifndef _HURD_PAGER_ #define _HURD_PAGER_ +#include <hurd/ports.h> + /* This declaration exists to place struct user_pager_info in the proper scope. */ struct user_pager_info; |