[ekiga/gnome-2-26] [windows] Fix compilation error on std::freopen
- From: Eugen Dedu <ededu src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [ekiga/gnome-2-26] [windows] Fix compilation error on std::freopen
- Date: Wed, 26 May 2010 12:45:57 +0000 (UTC)
commit f6975fcc47c8e76a843da430e33a5f1538e8250e
Author: Eugen Dedu <Eugen Dedu pu-pm univ-fcomte fr>
Date: Wed May 26 14:45:13 2010 +0200
[windows] Fix compilation error on std::freopen
src/gui/main.cpp | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/gui/main.cpp b/src/gui/main.cpp
index c1f92fd..c133592 100644
--- a/src/gui/main.cpp
+++ b/src/gui/main.cpp
@@ -79,6 +79,7 @@
#else
#include "platform/winpaths.h"
#include <gdk/gdkwin32.h>
+#include <cstdio>
#endif
#ifdef HAVE_NOTIFY
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]