summaryrefslogtreecommitdiff
path: root/src/dom/watcher.c
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2017-02-05 13:17:51 +0000
committerMichael Drake <tlsa@netsurf-browser.org>2017-02-05 13:17:51 +0000
commit39f7357b388d2e00d307419ccd2d761180eb5c5c (patch)
tree7c1a1e3ac59736e9e855ff8ccd7a466faab107f3 /src/dom/watcher.c
parentc58cc57253109efe1e7bc3b7b90b177e11f55fbb (diff)
downloadlibnslayout-39f7357b388d2e00d307419ccd2d761180eb5c5c.tar.gz
libnslayout-39f7357b388d2e00d307419ccd2d761180eb5c5c.tar.bz2
Header #include cleanup.
Diffstat (limited to 'src/dom/watcher.c')
-rw-r--r--src/dom/watcher.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/dom/watcher.c b/src/dom/watcher.c
index c33702e..cb775c6 100644
--- a/src/dom/watcher.c
+++ b/src/dom/watcher.c
@@ -13,10 +13,13 @@
* gain a LibDOM-specific extension API.
*/
+#include <stdio.h>
#include <assert.h>
#include <stdlib.h>
-#include <stdio.h>
#include <string.h>
+#include <stdbool.h>
+
+#include "libnslayout/nslayout.h"
#include "dom/debug.h"
#include "dom/watcher.h"