diff options
Diffstat (limited to 'include/apos/types.h')
| -rw-r--r-- | include/apos/types.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/apos/types.h b/include/apos/types.h index 45526d7..97f663b 100644 --- a/include/apos/types.h +++ b/include/apos/types.h @@ -207,6 +207,6 @@ enum { INFO_CONT = 3, /* continue */ }; -#include <types.h> /* arch-specific type definitions (pm_t/vm_t etc) */ +#include <arch/types.h> /* arch-specific type definitions (pm_t/vm_t etc) */ #endif /* APOS_TYPES_H */ |
