summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2015-10-25 09:07:53 +0000
committerVincent Sanders <vince@kyllikki.org>2015-10-25 09:07:53 +0000
commit4e870f668f3252d61d206f6648bce9cef1f66545 (patch)
tree331a3baa9ad7244c5a902b730f0eefd7d535e7e2 /include
parent0c4def895208ab6c4f5077da50f2235a8882e840 (diff)
downloadlibdom-4e870f668f3252d61d206f6648bce9cef1f66545.tar.gz
libdom-4e870f668f3252d61d206f6648bce9cef1f66545.tar.bz2
add property getter and setter helpers for the dom_ulong type
Diffstat (limited to 'include')
-rw-r--r--include/dom/core/element.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/dom/core/element.h b/include/dom/core/element.h
index 3e0fcb3..7ed12e2 100644
--- a/include/dom/core/element.h
+++ b/include/dom/core/element.h
@@ -10,6 +10,7 @@
#include <stdbool.h>
+#include <dom/inttypes.h>
#include <dom/core/exceptions.h>
#include <dom/core/node.h>