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