# HG changeset patch # User Simon Josefsson # Date 1238509744 -7200 # Node ID e6ba8664f0a389b9ed38784042358bb88713944f # Parent 02599343364c69f7938e92a6976303b293c7021e Add missing file to last commit. diff --git a/modules/u64 b/modules/u64 new file mode 100644 --- /dev/null +++ b/modules/u64 @@ -0,0 +1,17 @@ +Description: +uint64_t-like operations that work even on hosts lacking uint64_t + +Files: +lib/u64.h + +Depends-on: +stdint + +Include: +"u64.h" + +License: +LGPLv2+ + +Maintainer: +Paul Eggert