gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] [SCM] Gnash branch, release_0_8_8, updated. 25671084a1904


From: Rob Savoye
Subject: [Gnash-commit] [SCM] Gnash branch, release_0_8_8, updated. 25671084a1904c24e999fbc677c3334ab1889eaf
Date: Mon, 16 Aug 2010 18:01:10 +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, release_0_8_8 has been updated
       via  25671084a1904c24e999fbc677c3334ab1889eaf (commit)
      from  e75bd978e65d6c226e2b4923776f4e60b958b0ab (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=25671084a1904c24e999fbc677c3334ab1889eaf


commit 25671084a1904c24e999fbc677c3334ab1889eaf
Author: Rob Savoye <address@hidden>
Date:   Mon Aug 16 12:00:31 2010 -0600

    include unistd.h to keep OpenBSD happy.

diff --git a/libbase/RTMP.cpp b/libbase/RTMP.cpp
index a7cedfa..12899ba 100644
--- a/libbase/RTMP.cpp
+++ b/libbase/RTMP.cpp
@@ -19,6 +19,7 @@
 #include <cstring>
 #include <cassert>
 #include <cstdio>
+#include <unistd.h>
 
 #include <boost/lexical_cast.hpp>
 

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

Summary of changes:
 libbase/RTMP.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]