Merge pull request #92 from retro-wertz/patch-1

buildfix:  unknown type name 'RFILE'
This commit is contained in:
Twinaphex 2017-07-27 12:55:12 +02:00 committed by GitHub
commit 6ab44e62e9

View File

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