summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTristan Matthews <tmatth@videolan.org>2019-03-06 15:37:31 -0500
committerTristan Matthews <tmatth@videolan.org>2019-03-06 15:39:40 -0500
commitd9089e3710893fdb3a9ea8de2a9ca2cb901954c0 (patch)
tree170e6802433e32acc55d76f82a4c13881276492b /include
parent0acd32d7cabf7e41cc29ea7c2bbffde969ff1ba0 (diff)
downloadogg-git-d9089e3710893fdb3a9ea8de2a9ca2cb901954c0.tar.gz
configure: add USIZE64 template
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