buildfix: unknown type name 'RFILE'

https://hastebin.com/lohekobiye.vbs
This commit is contained in:
retro-wertz 2017-07-27 17:54:51 +08:00 committed by GitHub
parent 87cab8a365
commit 1abce7da32

View File

@ -51,6 +51,7 @@ typedef unsigned char bool;
#include <stdint.h> #include <stdint.h>
#include <stdlib.h> #include <stdlib.h>
#include <string.h> #include <string.h>
#include <streams/file_stream.h>
#include <streams/file_stream_transforms.h> #include <streams/file_stream_transforms.h>
#define MAX_INPUTS 8 #define MAX_INPUTS 8