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


From: Benjamin Wolsey
Subject: [Gnash-commit] [SCM] Gnash branch, master, updated. a66a97644f95619bd5313783546c200515c5bd95
Date: Wed, 19 Jan 2011 15:37:48 +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  a66a97644f95619bd5313783546c200515c5bd95 (commit)
      from  a7b08492d552db1a6a3a83b5cfb7d2a8a30c7e60 (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=a66a97644f95619bd5313783546c200515c5bd95


commit a66a97644f95619bd5313783546c200515c5bd95
Author: Benjamin Wolsey <address@hidden>
Date:   Wed Jan 19 16:38:54 2011 +0100

    Fix more extensions.

diff --git a/extensions/fileio/fileio.cpp b/extensions/fileio/fileio.cpp
index 7cd657a..84d6640 100644
--- a/extensions/fileio/fileio.cpp
+++ b/extensions/fileio/fileio.cpp
@@ -37,6 +37,7 @@
 #include "Global_as.h"
 #include "fileio.h"
 #include "Array_as.h"  // used by scandir()
+#include "function_as.h"
 
 using namespace std;
 
diff --git a/extensions/lirc/lirc_ext.cpp b/extensions/lirc/lirc_ext.cpp
index 5ae16c4..9feedc8 100644
--- a/extensions/lirc/lirc_ext.cpp
+++ b/extensions/lirc/lirc_ext.cpp
@@ -34,6 +34,7 @@
 #include "fn_call.h"
 #include "as_object.h"
 #include "Global_as.h"
+#include "function_as.h"
 
 using namespace std;
 

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

Summary of changes:
 extensions/fileio/fileio.cpp |    1 +
 extensions/lirc/lirc_ext.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]