Update StreamBuffer.h

This commit is contained in:
Mike Westfall
2016-11-17 14:24:08 -03:00
committed by GitHub
parent 8805437c68
commit 17d8592574

View File

@ -23,6 +23,8 @@
#include <string.h> #include <string.h>
#include <stdlib.h> #include <stdlib.h>
#include <sys/types.h>
#ifndef __GNUC__ #ifndef __GNUC__
#define __attribute__(x) #define __attribute__(x)
#endif #endif