From f20ea787a5974ad87888024be8f589456708225d Mon Sep 17 00:00:00 2001 From: usa Date: Fri, 9 Nov 2012 15:19:56 +0000 Subject: * siphash.h: include inttypes.h only when HAVE_INTTYPES_H is defined. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37597 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- siphash.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'siphash.h') diff --git a/siphash.h b/siphash.h index 2a06f32371..8f56b99d55 100644 --- a/siphash.h +++ b/siphash.h @@ -2,7 +2,9 @@ #define SIPHASH_H 1 #include #include +#ifdef HAVE_INTTYPES_H #include +#endif #ifndef HAVE_UINT64_T typedef struct { -- cgit v1.2.3