From 1293d0dbc6416cf9f05eee9a0c36eae83dd34ad3 Mon Sep 17 00:00:00 2001 From: matz Date: Mon, 7 Aug 2006 09:01:27 +0000 Subject: * ext/bigdecimal/bigdecimal.c, ext/digest/rmd160/rmd160ossl.c, ext/digest/sha1/sha1ossl.c, ext/readline/readline.c: move incluion of config.h to pacify AIX. a patch from Yutaka Kanemoto . [ruby-dev:29197] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@10699 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/digest/sha1/sha1ossl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/digest/sha1') diff --git a/ext/digest/sha1/sha1ossl.c b/ext/digest/sha1/sha1ossl.c index b125128f82..82a4f6f057 100644 --- a/ext/digest/sha1/sha1ossl.c +++ b/ext/digest/sha1/sha1ossl.c @@ -1,7 +1,7 @@ /* $Id$ */ -#include "sha1ossl.h" #include "defs.h" +#include "sha1ossl.h" #include #include -- cgit v1.2.3