summaryrefslogtreecommitdiff
path: root/ext/digest/sha1/sha1.h
diff options
context:
space:
mode:
authorknu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-06-16 09:38:14 +0000
committerknu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-06-16 09:38:14 +0000
commit5a55408b77fb20b9e39428685dd20d215de37dcd (patch)
tree3bbc7c5f3b45fae6504a8c8f3b0d334b54514742 /ext/digest/sha1/sha1.h
parent465ce57d4270fbe8637e527e047115824424cf39 (diff)
* ext/digest: Work around a build problem with VC++ 2010, likely
due to a bug of its cl.exe. [Bug #3231] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_2@28341 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/digest/sha1/sha1.h')
-rw-r--r--ext/digest/sha1/sha1.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/digest/sha1/sha1.h b/ext/digest/sha1/sha1.h
index 55997e73dd..c196a3d9fe 100644
--- a/ext/digest/sha1/sha1.h
+++ b/ext/digest/sha1/sha1.h
@@ -11,7 +11,7 @@
#ifndef _SYS_SHA1_H_
#define _SYS_SHA1_H_
-#include "defs.h"
+#include "../defs.h"
typedef struct {
uint32_t state[5];