mirror of
https://github.com/wiiu-env/librpxloader.git
synced 2024-11-22 02:09:15 +01:00
Fix missing <stdint.h> include
This commit is contained in:
parent
3608929931
commit
6874069056
@ -5,6 +5,8 @@ extern "C"
|
|||||||
{
|
{
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#include <stdint.h>
|
||||||
|
|
||||||
typedef enum {
|
typedef enum {
|
||||||
BundleSource_FileDescriptor,
|
BundleSource_FileDescriptor,
|
||||||
BundleSource_FileDescriptor_CafeOS,
|
BundleSource_FileDescriptor_CafeOS,
|
||||||
|
Loading…
Reference in New Issue
Block a user