Fix missing <stdint.h> include

This commit is contained in:
Maschell 2021-04-06 20:41:25 +02:00
parent 3608929931
commit 6874069056
1 changed files with 2 additions and 0 deletions

View File

@ -5,6 +5,8 @@ extern "C"
{
#endif
#include <stdint.h>
typedef enum {
BundleSource_FileDescriptor,
BundleSource_FileDescriptor_CafeOS,