diff options
| author | Reiko Asakura | 2021-02-11 12:05:53 -0500 |
|---|---|---|
| committer | Reiko Asakura | 2021-02-11 12:05:53 -0500 |
| commit | cedabc50f2df4926ae3039f225f0452ebe05176d (patch) | |
| tree | e67bb62340f3cc027c92b41cf70a65d7e462ef5a /include/kernel/appmgr.h | |
| parent | scePafResourceGetAttributeIdIntLpb: fix NID (diff) | |
| download | vds-libraries-cedabc50f2df4926ae3039f225f0452ebe05176d.tar.gz | |
Fix includes: various
Diffstat (limited to '')
| -rw-r--r-- | include/kernel/appmgr.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/kernel/appmgr.h b/include/kernel/appmgr.h index 8bec551..15617f6 100644 --- a/include/kernel/appmgr.h +++ b/include/kernel/appmgr.h @@ -1,7 +1,7 @@ #ifndef _PSP2_KERNEL_APPMGR_H_ #define _PSP2_KERNEL_APPMGR_H_ -#include <psp2common/appmgr.h> +#include_next <appmgr.h> #ifdef __cplusplus extern "C" { |
