[beast/win32] gcc-4.4 fixes: added some include statements.
- From: Stefan Westerfeld <stw src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [beast/win32] gcc-4.4 fixes: added some include statements.
- Date: Tue, 1 Sep 2009 19:38:54 +0000 (UTC)
commit 24e2520067a79e06d61f4668baecd3273cf413ae
Author: Stefan Westerfeld <stefan space twc de>
Date: Tue Sep 1 18:47:25 2009 +0200
gcc-4.4 fixes: added some include statements.
birnet/birnetmsg.cc | 1 +
birnet/birnetutils.cc | 1 +
birnet/tests/strings.cc | 1 +
3 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/birnet/birnetmsg.cc b/birnet/birnetmsg.cc
index f2e9b85..31eebac 100644
--- a/birnet/birnetmsg.cc
+++ b/birnet/birnetmsg.cc
@@ -20,6 +20,7 @@
#include "birnetos.hh"
#include <errno.h>
#include <string.h>
+#include <stdio.h>
#ifndef _ // FIXME
#define _(x) (x)
diff --git a/birnet/birnetutils.cc b/birnet/birnetutils.cc
index d2e58d2..d44bcd1 100644
--- a/birnet/birnetutils.cc
+++ b/birnet/birnetutils.cc
@@ -31,6 +31,7 @@
#include <cxxabi.h>
#include <signal.h>
#include <string.h>
+#include <stdio.h>
#ifndef _
#define _(s) s
diff --git a/birnet/tests/strings.cc b/birnet/tests/strings.cc
index ad8b193..13c4db9 100644
--- a/birnet/tests/strings.cc
+++ b/birnet/tests/strings.cc
@@ -17,6 +17,7 @@
//#define TEST_VERBOSE
#include <birnet/birnettests.h>
#include <stdlib.h>
+#include <stdio.h>
using namespace Birnet;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]