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


From: Petter Reinholdtsen
Subject: [Gnash-commit] [SCM] Gnash branch, master, updated. release_0_8_9_final-1958-gbdc9e51
Date: Sun, 27 Apr 2014 07:39:23 +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  bdc9e51af8adfeae091f1fbcf4ecc0ac9b732396 (commit)
      from  5fb7cfd6a1701581d3d49e2f15786ec5479d8c45 (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=bdc9e51af8adfeae091f1fbcf4ecc0ac9b732396


commit bdc9e51af8adfeae091f1fbcf4ecc0ac9b732396
Author: Petter Reinholdtsen <address@hidden>
Date:   Sun Apr 27 09:39:16 2014 +0200

    Fix build failure.  Must include "check.h" last.  Not sure why.

diff --git a/testsuite/libcore.all/AsValueTest.cpp 
b/testsuite/libcore.all/AsValueTest.cpp
index bc622ed..233cac5 100644
--- a/testsuite/libcore.all/AsValueTest.cpp
+++ b/testsuite/libcore.all/AsValueTest.cpp
@@ -27,7 +27,6 @@
 #include "ManualClock.h"
 #include "movie_definition.h"
 #include "dejagnu.h"
-#include "check.h"
 #include "as_value.h"
 #include "StreamProvider.h"
 #include "as_object.h"
@@ -49,6 +48,8 @@
 #include <iostream>
 #include <string>
 
+#include "check.h"
+
 using namespace gnash;
 using namespace std;
 

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

Summary of changes:
 testsuite/libcore.all/AsValueTest.cpp |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Gnash



reply via email to

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