- Fix build with gcc44

Submitted by:	Andriy Gapon
This commit is contained in:
Dmitry Marakasov 2010-10-03 13:44:28 +00:00
parent 0ec8087ea5
commit f4e4a69d35
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=262350

View file

@ -0,0 +1,10 @@
--- libbase/tu_file.h.orig 2010-08-07 19:50:00.000000000 +0400
+++ libbase/tu_file.h 2010-10-01 20:49:40.000000000 +0400
@@ -12,6 +12,7 @@
#include "dsodefs.h" // DSOEXPORT
#include "utility.h"
#include "IOChannel.h" // for inheritance
+#include <cstdio>
namespace gnash {