mirror of
https://github.com/pspdev/pspsdk.git
synced 2025-12-24 04:32:36 +00:00
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:
@@ -14,6 +14,7 @@
|
||||
#define __PSPRTC_H__
|
||||
|
||||
#include <time.h>
|
||||
#include <psptypes.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
||||
Reference in New Issue
Block a user