summaryrefslogtreecommitdiff
path: root/include/parserutils/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/parserutils/types.h')
-rw-r--r--include/parserutils/types.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/include/parserutils/types.h b/include/parserutils/types.h
new file mode 100644
index 0000000..b36e4aa
--- /dev/null
+++ b/include/parserutils/types.h
@@ -0,0 +1,15 @@
+/*
+ * This file is part of LibParserUtils.
+ * Licensed under the MIT License,
+ * http://www.opensource.org/licenses/mit-license.php
+ * Copyright 2007 John-Mark Bell <jmb@netsurf-browser.org>
+ */
+
+#ifndef parserutils_types_h_
+#define parserutils_types_h_
+
+#include <stdbool.h>
+#include <inttypes.h>
+
+#endif
+