mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-07-11 01:25:07 +02:00
Possible buildfix
This commit is contained in:
@@ -17,6 +17,11 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <cstdint>
|
||||
#include "Common/CommonTypes.h"
|
||||
|
||||
#include "Common/Serialize/Serializer.h"
|
||||
|
||||
u32 sceKernelLibcGettimeofday(u32 timeAddr, u32 tzAddr);
|
||||
u32 sceKernelLibcTime(u32 outPtr);
|
||||
int sceKernelUSec2SysClock(u32 microsec, u32 clockPtr);
|
||||
|
||||
@@ -17,6 +17,8 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <cstdint>
|
||||
|
||||
#include "Common/CommonTypes.h"
|
||||
#include "Common/Swap.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user