summaryrefslogtreecommitdiff
path: root/include/dom/dom.h
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2015-10-23 14:23:38 +0100
committerVincent Sanders <vince@kyllikki.org>2015-10-23 15:31:56 +0100
commit2526ec3c863b4608b83127437fa65915b8bb8983 (patch)
tree8b38b9a2f1ccdd95e8ef92bc47a01cfc9b49041e /include/dom/dom.h
parent4debc033dec4d702a0666027c2a09044d02aacc8 (diff)
downloadlibdom-2526ec3c863b4608b83127437fa65915b8bb8983.tar.gz
libdom-2526ec3c863b4608b83127437fa65915b8bb8983.tar.bz2
Introduce integer types as defined in IDL specification
Diffstat (limited to 'include/dom/dom.h')
-rw-r--r--include/dom/dom.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/dom/dom.h b/include/dom/dom.h
index 0dba25d..0740fe9 100644
--- a/include/dom/dom.h
+++ b/include/dom/dom.h
@@ -15,6 +15,7 @@
#define dom_dom_h_
/* Base library headers */
+#include <dom/inttypes.h>
#include <dom/functypes.h>
/* DOM core headers */