diff options
author | Lennart Poettering <lennart@poettering.net> | 2003-09-04 22:06:56 +0000 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2003-09-04 22:06:56 +0000 |
commit | 478d7ec1929c99450cfbfa05e02330658a8668bc (patch) | |
tree | 23c2fcc272aea884d9b40256782ca2fe9cb561ba /src/dbstruct.h | |
parent | b1a26b18ee147278397a2dbcc1f5741b55982c70 (diff) |
autoconf
git-svn-id: file:///home/lennart/svn/public/syrep/trunk@30 07ea20a6-d2c5-0310-9e02-9ef735347d72
Diffstat (limited to 'src/dbstruct.h')
-rw-r--r-- | src/dbstruct.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dbstruct.h b/src/dbstruct.h index b5f0c26..74c6059 100644 --- a/src/dbstruct.h +++ b/src/dbstruct.h @@ -22,7 +22,7 @@ ***/ #include <limits.h> -#include <stdint.h> +#include <inttypes.h> #include <db.h> |