Gitweb links:

...log 
http://git.netsurf-browser.org/libcss.git/shortlog/3f241d9b69f4283c7c98b43fc4b1eeba1fc158c7
...commit 
http://git.netsurf-browser.org/libcss.git/commit/3f241d9b69f4283c7c98b43fc4b1eeba1fc158c7
...tree 
http://git.netsurf-browser.org/libcss.git/tree/3f241d9b69f4283c7c98b43fc4b1eeba1fc158c7

The branch, tlsa/jmb/mq has been updated
       via  3f241d9b69f4283c7c98b43fc4b1eeba1fc158c7 (commit)
       via  8e2a1fd146c662ea34ff9cba3e7e87cff106122a (commit)
      from  0032d2c2b313c7c4afdd3866e72c38c440726a0e (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/libcss.git/commit/?id=3f241d9b69f4283c7c98b43fc4b1eeba1fc158c7
commit 3f241d9b69f4283c7c98b43fc4b1eeba1fc158c7
Author: Michael Drake <[email protected]>
Commit: Michael Drake <[email protected]>

    Media Queries: Include string.h for memset.

diff --git a/src/parse/mq.c b/src/parse/mq.c
index 48f4c41..8bdd7a0 100644
--- a/src/parse/mq.c
+++ b/src/parse/mq.c
@@ -7,6 +7,8 @@
 
 /* https://drafts.csswg.org/mediaqueries/ */
 
+#include <string.h>
+
 #include <libcss/fpmath.h>
 
 #include "stylesheet.h"


commitdiff 
http://git.netsurf-browser.org/libcss.git/commit/?id=8e2a1fd146c662ea34ff9cba3e7e87cff106122a
commit 8e2a1fd146c662ea34ff9cba3e7e87cff106122a
Author: Michael Drake <[email protected]>
Commit: Michael Drake <[email protected]>

    Media Queries: Include stylesheet.h for css_style.

diff --git a/src/parse/mq.c b/src/parse/mq.c
index c557996..48f4c41 100644
--- a/src/parse/mq.c
+++ b/src/parse/mq.c
@@ -9,6 +9,7 @@
 
 #include <libcss/fpmath.h>
 
+#include "stylesheet.h"
 #include "bytecode/bytecode.h"
 #include "parse/mq.h"
 #include "parse/properties/utils.h"


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

Summary of changes:
 src/parse/mq.c |    3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/parse/mq.c b/src/parse/mq.c
index c557996..8bdd7a0 100644
--- a/src/parse/mq.c
+++ b/src/parse/mq.c
@@ -7,8 +7,11 @@
 
 /* https://drafts.csswg.org/mediaqueries/ */
 
+#include <string.h>
+
 #include <libcss/fpmath.h>
 
+#include "stylesheet.h"
 #include "bytecode/bytecode.h"
 #include "parse/mq.h"
 #include "parse/properties/utils.h"


-- 
Cascading Style Sheets library

_______________________________________________
netsurf-commits mailing list
[email protected]
http://listmaster.pepperfish.net/cgi-bin/mailman/listinfo/netsurf-commits-netsurf-browser.org

Reply via email to