Skip to content

Commit 9801372

Browse files
committed
.
1 parent 91d8aac commit 9801372

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FerrisStreams/Streams.hh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
#include <stdlib.h>
8383
#include <string.h>
8484

85-
#if defined(STLPORT) || defined(_RWSTD_VER_STR)
85+
#if defined(STLPORT) || defined(_RWSTD_VER_STR) || defined(MAC)
8686
#define FERRIS_STD_BASIC_FILEBUF_SUPERCLASS std::basic_filebuf
8787
#else
8888
#include <ext/stdio_filebuf.h>

0 commit comments

Comments
 (0)