summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/ogg/config_types.h.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/ogg/config_types.h.in b/include/ogg/config_types.h.in
index 750e29d..92b4d57 100644
--- a/include/ogg/config_types.h.in
+++ b/include/ogg/config_types.h.in
@@ -21,5 +21,6 @@ typedef @USIZE16@ ogg_uint16_t;
typedef @SIZE32@ ogg_int32_t;
typedef @USIZE32@ ogg_uint32_t;
typedef @SIZE64@ ogg_int64_t;
+typedef @USIZE64@ ogg_uint64_t;
#endif