From 7665fc3d81974529b91702f76e4756a25a90f725 Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Mon, 5 May 2008 15:00:49 +0000 Subject: [PATCH] conditionally include inttypes.h --- libqpdf/qpdf/MD5.hh | 3 +++ 1 file changed, 3 insertions(+), 0 deletions(-) diff --git a/libqpdf/qpdf/MD5.hh b/libqpdf/qpdf/MD5.hh index 06b4eff..4009bee 100644 --- a/libqpdf/qpdf/MD5.hh +++ b/libqpdf/qpdf/MD5.hh @@ -5,6 +5,9 @@ #include #include #include +#ifdef HAVE_INTTYPES_H +# include +#endif class MD5 { -- libgit2 0.21.4