diff options
author | Adam Chlipala <adamc@hcoop.net> | 2010-01-03 17:13:45 -0500 |
---|---|---|
committer | Adam Chlipala <adamc@hcoop.net> | 2010-01-03 17:13:45 -0500 |
commit | 85bd2c1f3750a8a918b93815e3550b462b113de5 (patch) | |
tree | c64216bacfaaad2793c146651100f3c289e5daf9 /include/types.h | |
parent | 86bf1a00aacd96b4d32a1e1e88822a2201594926 (diff) |
Database quotas
Diffstat (limited to 'include/types.h')
-rw-r--r-- | include/types.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/types.h b/include/types.h index 1c52d460..138760e5 100644 --- a/include/types.h +++ b/include/types.h @@ -3,6 +3,7 @@ #include <time.h> #include <unistd.h> +#include <stdint.h> typedef long long uw_Basis_int; typedef double uw_Basis_float; |