diff options
| author | spicyjpeg <thatspicyjpeg@gmail.com> | 2023-04-04 01:14:36 +0200 |
|---|---|---|
| committer | spicyjpeg <thatspicyjpeg@gmail.com> | 2023-04-04 01:14:36 +0200 |
| commit | f7d9c309661f3027d5bfd119b3daf814e26ef589 (patch) | |
| tree | 36299daf69c4f435a0f32ebb0b52ada9c799700a /examples/system | |
| parent | fd846206ae9419af5ed227989b3ad49b541a823c (diff) | |
| download | psn00bsdk-f7d9c309661f3027d5bfd119b3daf814e26ef589.tar.gz | |
Add PCDRV API, fix warnings and DS region misdetection
Diffstat (limited to 'examples/system')
| -rw-r--r-- | examples/system/childexec/child/child.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/system/childexec/child/child.c b/examples/system/childexec/child/child.c index b52dd32..e5e16b9 100644 --- a/examples/system/childexec/child/child.c +++ b/examples/system/childexec/child/child.c @@ -1,5 +1,6 @@ #include <stdint.h> #include <stdio.h> +#include <psxetc.h> #include <psxapi.h> #include <psxgpu.h> #include <psxgte.h> |
