Gitweb links:
...log
http://git.netsurf-browser.org/netsurf.git/shortlog/263118c50179c897654a8...
...commit
http://git.netsurf-browser.org/netsurf.git/commit/263118c50179c897654a85d...
...tree
http://git.netsurf-browser.org/netsurf.git/tree/263118c50179c897654a85d70...
The branch, master has been updated
via 263118c50179c897654a85d7067d9a02f9f528a6 (commit)
from c36078db73ba4a5e7ad5fa0019dfa3fffdead59d (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 -----------------------------------------------------------------
commitdiff
http://git.netsurf-browser.org/netsurf.git/commit/?id=263118c50179c897654...
commit 263118c50179c897654a85d7067d9a02f9f528a6
Author: Michael Drake <tlsa(a)netsurf-browser.org>
Commit: Michael Drake <tlsa(a)netsurf-browser.org>
Try to fix Amiga build failure.
diff --git a/amiga/version.c b/amiga/version.c
index 8bc1fbc..dbddbb0 100644
--- a/amiga/version.c
+++ b/amiga/version.c
@@ -16,7 +16,7 @@
* along with this program. If not, see <
http://www.gnu.org/licenses/>.
*/
-#include "utils/testament.h"
+#include "testament.h"
/* NB: AmigaOS revision numbers start at 1 (not 0) and are monotonically
* incremental (v1.20 is higher than v1.3 and not the same as v1.2).
-----------------------------------------------------------------------
Summary of changes:
amiga/version.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/amiga/version.c b/amiga/version.c
index 8bc1fbc..dbddbb0 100644
--- a/amiga/version.c
+++ b/amiga/version.c
@@ -16,7 +16,7 @@
* along with this program. If not, see <
http://www.gnu.org/licenses/>.
*/
-#include "utils/testament.h"
+#include "testament.h"
/* NB: AmigaOS revision numbers start at 1 (not 0) and are monotonically
* incremental (v1.20 is higher than v1.3 and not the same as v1.2).
--
NetSurf Browser