gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] [SCM] Gnash branch, master, updated. release_0_8_9_final-


From: Sandro Santilli
Subject: [Gnash-commit] [SCM] Gnash branch, master, updated. release_0_8_9_final-439-gd55ace3
Date: Thu, 07 Jul 2011 10:19:01 +0000

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  d55ace339d6770e3a512ab859925cea7180b0a80 (commit)
      from  a08f72e6ccdbcdb4eb5fe987826bfddd4a8be4c8 (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=d55ace339d6770e3a512ab859925cea7180b0a80


commit d55ace339d6770e3a512ab859925cea7180b0a80
Author: Sandro Santilli <address@hidden>
Date:   Thu Jul 7 12:18:36 2011 +0200

    include <cstring> for strerror (see 
http://gnashdev.org:8010/builders/lenny-linux-x86/builds/525/steps/compile/logs/stdio)

diff --git a/libbase/StreamProvider.cpp b/libbase/StreamProvider.cpp
index 63bd85f..31ee90b 100644
--- a/libbase/StreamProvider.cpp
+++ b/libbase/StreamProvider.cpp
@@ -29,6 +29,7 @@
 #include "NamingPolicy.h"
 
 #include <cerrno>
+#include <cstring> // for strerror
 #include <cstdio>
 #include <map>
 #include <string>

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

Summary of changes:
 libbase/StreamProvider.cpp |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
Gnash



reply via email to

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