Fix missing <stdint.h> include

This commit is contained in:
Maschell 2021-04-06 20:41:25 +02:00
parent 3608929931
commit 6874069056

View File

@ -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,