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/util.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/util.h')
-rw-r--r-- | src/util.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -22,7 +22,7 @@ ***/ #include <db.h> -#include <stdint.h> +#include <inttypes.h> #ifndef MIN #define MIN(a,b) ((a)<(b)?(a):(b)) |