diff options
author | Sergi Granell | 2017-11-13 11:12:35 +0100 |
---|---|---|
committer | Sergi Granell | 2017-11-13 11:12:35 +0100 |
commit | 1bb14e55027f167e871eb10057d778bcf4f44408 (patch) | |
tree | 5df1c9afe3526c85994c0918a37454a988009015 /include/kernel/lowio/gpio.h | |
parent | rename sceIdStorageIsReadOnly -> vshIdStorageIsReadOnly (diff) | |
download | vds-libraries-1bb14e55027f167e871eb10057d778bcf4f44408.tar.gz |
Fix psp2kern/types.h include in psp2kern headers
Diffstat (limited to 'include/kernel/lowio/gpio.h')
-rw-r--r-- | include/kernel/lowio/gpio.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/kernel/lowio/gpio.h b/include/kernel/lowio/gpio.h index 9141d08..944acbd 100644 --- a/include/kernel/lowio/gpio.h +++ b/include/kernel/lowio/gpio.h @@ -1,7 +1,7 @@ #ifndef _PSP2_LOWIO_GPIO_H_ #define _PSP2_LOWIO_GPIO_H_ -#include <psp2/types.h> +#include <psp2kern/types.h> #ifdef __cplusplus extern "C" { |