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. 8fea2f6d88efc11940fc


From: Rob Savoye
Subject: [Gnash-commit] [SCM] Gnash branch, master, updated. 8fea2f6d88efc11940fc66734bbb6511062e3e6a
Date: Mon, 16 Aug 2010 15:48:03 +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  8fea2f6d88efc11940fc66734bbb6511062e3e6a (commit)
      from  51a444fa4ae77db8418c6b3e5b36bc9d6977457f (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=8fea2f6d88efc11940fc66734bbb6511062e3e6a


commit 8fea2f6d88efc11940fc66734bbb6511062e3e6a
Author: Rob Savoye <address@hidden>
Date:   Mon Aug 16 09:47:56 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]