include psptypes.h in psprtc.h

Fixes #155

I tested this by adding `#include <psprtc.h>` at the top of `main.c` for the `debug/kprintf` sample. With this fix it compiles, without this fix it does not.
This commit is contained in:
Wouter Wijsman
2023-10-03 23:42:41 +02:00
committed by GitHub
parent 9bd4db541b
commit 69ad53c430

View File

@@ -14,6 +14,7 @@
#define __PSPRTC_H__
#include <time.h>
#include <psptypes.h>
#ifdef __cplusplus
extern "C" {