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. 78b457fee73c01758df9


From: Rob Savoye
Subject: [Gnash-commit] [SCM] Gnash branch, master, updated. 78b457fee73c01758df9ceb63505c3674bae3f7d
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, master has been updated
       via  78b457fee73c01758df9ceb63505c3674bae3f7d (commit)
      from  8fea2f6d88efc11940fc66734bbb6511062e3e6a (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=78b457fee73c01758df9ceb63505c3674bae3f7d


commit 78b457fee73c01758df9ceb63505c3674bae3f7d
Author: Rob Savoye <address@hidden>
Date:   Mon Aug 16 12:01:02 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]