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. e75bd978e65d6


From: Rob Savoye
Subject: [Gnash-commit] [SCM] Gnash branch, release_0_8_8, updated. e75bd978e65d6c226e2b4923776f4e60b958b0ab
Date: Mon, 16 Aug 2010 14:31:31 +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  e75bd978e65d6c226e2b4923776f4e60b958b0ab (commit)
      from  73326660de2f8e6860e273adeb5d6632e8cc58f1 (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=e75bd978e65d6c226e2b4923776f4e60b958b0ab


commit e75bd978e65d6c226e2b4923776f4e60b958b0ab
Author: Rob Savoye <address@hidden>
Date:   Mon Aug 16 08:31:23 2010 -0600

    include sys/socket.h for the BSDs.

diff --git a/plugin/npapi/plugin.cpp b/plugin/npapi/plugin.cpp
index 9450f20..56e66d8 100644
--- a/plugin/npapi/plugin.cpp
+++ b/plugin/npapi/plugin.cpp
@@ -31,6 +31,7 @@
 # include <netinet/in.h>
 # include <arpa/inet.h>
 # include <netdb.h>
+# include <sys/socket.h>
 #endif
 
 #include <boost/format.hpp>
diff --git a/plugin/npapi/pluginScriptObject.cpp 
b/plugin/npapi/pluginScriptObject.cpp
index b6fbe36..de54b8a 100644
--- a/plugin/npapi/pluginScriptObject.cpp
+++ b/plugin/npapi/pluginScriptObject.cpp
@@ -45,6 +45,7 @@
 # include <sys/select.h>
 # include <netinet/in.h>
 # include <arpa/inet.h>
+# include <sys/socket.h>
 #endif
 #include "npapi.h"
 #include "npruntime.h"

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

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


hooks/post-receive
-- 
Gnash



reply via email to

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