aefb2d7a5a
fixed build error: 'EOF' was not declared in this scope [release 1.4-3mamba;Sun Mar 21 2010]
11 lines
240 B
Diff
11 lines
240 B
Diff
--- libbinio-1.4/src/binwrap.cpp 2003-03-08 17:02:34.000000000 +0100
|
|
+++ libbinio-1.4/src/binwrap.cpp.fix 2010-03-21 22:25:44.000000000 +0100
|
|
@@ -18,6 +18,7 @@
|
|
*/
|
|
|
|
#include "binwrap.h"
|
|
+#include <stdio.h>
|
|
|
|
#if BINIO_ENABLE_IOSTREAM
|
|
|