diff options
author | usa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2012-11-09 15:34:31 +0000 |
---|---|---|
committer | usa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2012-11-09 15:34:31 +0000 |
commit | 125ca30ca270683ff029c27e6f5fcc4f26363841 () | |
tree | 6f26d66583ff5afe5262a209e2f367f2654c172c /siphash.h | |
parent | 36ca3781bd1bed82aa898823cceb03ae99bf3d12 (diff) |
* siphash.h: check configure macros before include newer headers.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37599 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r-- | siphash.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,7 +1,9 @@ #ifndef SIPHASH_H #define SIPHASH_H 1 #include <stdlib.h> #include <stdint.h> #ifdef HAVE_INTTYPES_H #include <inttypes.h> #endif |