Gitweb links:
...log
http://git.netsurf-browser.org/netsurf.git/shortlog/42baec60cc105882ca982283af5feef2e1275dac
...commit
http://git.netsurf-browser.org/netsurf.git/commit/42baec60cc105882ca982283af5feef2e1275dac
...tree
http://git.netsurf-browser.org/netsurf.git/tree/42baec60cc105882ca982283af5feef2e1275dac
The branch, master has been updated
via 42baec60cc105882ca982283af5feef2e1275dac (commit)
from e41ad032fa35e33bd5fd960fe99f7c66686513db (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=42baec60cc105882ca982283af5feef2e1275dac
commit 42baec60cc105882ca982283af5feef2e1275dac
Author: Vincent Sanders <[email protected]>
Commit: Vincent Sanders <[email protected]>
add in missing include on amiga.
diff --git a/amiga/print.c b/amiga/print.c
index cb6a4b5..fcccc91 100644
--- a/amiga/print.c
+++ b/amiga/print.c
@@ -51,6 +51,7 @@
#include "utils/utils.h"
#include "desktop/plotters.h"
#include "desktop/printer.h"
+#include "desktop/print.h"
#include "desktop/gui_layout.h"
#include "desktop/mouse.h"
#include "desktop/gui_window.h"
-----------------------------------------------------------------------
Summary of changes:
amiga/print.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/amiga/print.c b/amiga/print.c
index cb6a4b5..fcccc91 100644
--- a/amiga/print.c
+++ b/amiga/print.c
@@ -51,6 +51,7 @@
#include "utils/utils.h"
#include "desktop/plotters.h"
#include "desktop/printer.h"
+#include "desktop/print.h"
#include "desktop/gui_layout.h"
#include "desktop/mouse.h"
#include "desktop/gui_window.h"
--
NetSurf Browser
_______________________________________________
netsurf-commits mailing list
[email protected]
http://listmaster.pepperfish.net/cgi-bin/mailman/listinfo/netsurf-commits-netsurf-browser.org