Gitweb links:
...log
http://git.netsurf-browser.org/netsurf.git/shortlog/1255ee3af451c8b864e44...
...commit
http://git.netsurf-browser.org/netsurf.git/commit/1255ee3af451c8b864e44b1...
...tree
http://git.netsurf-browser.org/netsurf.git/tree/1255ee3af451c8b864e44b14a...
The branch, master has been updated
via 1255ee3af451c8b864e44b14af8f82a22fe316b8 (commit)
from 5c20642b7ef5736bf9dc6fe57a816fad3d8cd16d (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=1255ee3af451c8b864e...
commit 1255ee3af451c8b864e44b14af8f82a22fe316b8
Author: Vincent Sanders <vince(a)kyllikki.org>
Commit: Vincent Sanders <vince(a)kyllikki.org>
fix hashtable test build
diff --git a/test/hashtable.c b/test/hashtable.c
index 11c58c6..ea74b78 100644
--- a/test/hashtable.c
+++ b/test/hashtable.c
@@ -25,11 +25,13 @@
*/
#include <assert.h>
+#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <check.h>
+#include "utils/errors.h"
#include "utils/hashtable.h"
/* Limit for hash table tests which use /usr/share/dict/words */
-----------------------------------------------------------------------
Summary of changes:
test/hashtable.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/test/hashtable.c b/test/hashtable.c
index 11c58c6..ea74b78 100644
--- a/test/hashtable.c
+++ b/test/hashtable.c
@@ -25,11 +25,13 @@
*/
#include <assert.h>
+#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <check.h>
+#include "utils/errors.h"
#include "utils/hashtable.h"
/* Limit for hash table tests which use /usr/share/dict/words */
--
NetSurf Browser