gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Gnash-commit] [SCM] Gnash branch, master, updated. release_0_8_9_fi


From: Bastiaan Jacques
Subject: Re: [Gnash-commit] [SCM] Gnash branch, master, updated. release_0_8_9_final-1513-g5cc3e72
Date: Thu, 18 Oct 2012 08:28:34 +0200 (CEST)
User-agent: Alpine 2.00 (DEB 1167 2008-08-23)

Was this not already done in 39fcd5139996c6d07d659c5b771f0e84711f9c46?

Bastiaan

On Wed, 17 Oct 2012, Sandro Santilli wrote:

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnash".

The branch, master has been updated
      via  5cc3e72d5ccec65b699157cb5f6363dd9a335ae5 (commit)
     from  9365eed5154e744b6a0a55634f1fa339e80cf3f9 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit//commit/?id=5cc3e72d5ccec65b699157cb5f6363dd9a335ae5


commit 5cc3e72d5ccec65b699157cb5f6363dd9a335ae5
Author: Sandro Santilli <address@hidden>
Date:   Wed Oct 17 22:26:24 2012 +0200

   Include <cunistd> for GCC-4.7 compatibility (#37590)

diff --git a/plugin/klash/klash_part.cpp b/plugin/klash/klash_part.cpp
index ca53997..ae2ed9c 100644
--- a/plugin/klash/klash_part.cpp
+++ b/plugin/klash/klash_part.cpp
@@ -24,6 +24,7 @@

#include "gnashconfig.h"
#include <cassert>
+#include <cunistd>
#include <qcstring.h>
#include <qpopupmenu.h>
#include <qtimer.h>
diff --git a/plugin/klash4/klash_part.cpp b/plugin/klash4/klash_part.cpp
index 3ba0873..8023a8c 100644
--- a/plugin/klash4/klash_part.cpp
+++ b/plugin/klash4/klash_part.cpp
@@ -24,6 +24,7 @@

#include "gnashconfig.h"
#include <cassert>
+#include <cunistd>
#include <QByteArray>
#include <QMenu>
#include <QTimer>

-----------------------------------------------------------------------

Summary of changes:
plugin/klash/klash_part.cpp  |    1 +
plugin/klash4/klash_part.cpp |    1 +
2 files changed, 2 insertions(+), 0 deletions(-)


hooks/post-receive
--
Gnash

_______________________________________________
Gnash-commit mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/gnash-commit




reply via email to

[Prev in Thread] Current Thread [Next in Thread]