summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-12-01 04:07:10 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-12-01 04:07:10 +0000
commita1171a95b2b6f6d7e90d5dc50911ec12c02cb96d (patch)
treeb1fb3835e3e79a8936574db3fd640056ccf792c5 /ext
parent99bcf86ec38aee035706a0dce1990dc4b1aba31f (diff)
* ext/digest/sha1/sha1ossl.c: fixed build error introduced at r52797.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_1@52828 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext')
-rw-r--r--ext/digest/sha1/sha1ossl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/digest/sha1/sha1ossl.c b/ext/digest/sha1/sha1ossl.c
index 452cf35084..0fcb2d6b1e 100644
--- a/ext/digest/sha1/sha1ossl.c
+++ b/ext/digest/sha1/sha1ossl.c
@@ -1,6 +1,6 @@
/* $Id$ */
-#include "defs.h"
+#include "../defs.h"
#include "sha1ossl.h"
void