summaryrefslogtreecommitdiffstats
path: root/times/x86/md5s.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'times/x86/md5s.cpp')
-rw-r--r--times/x86/md5s.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/times/x86/md5s.cpp b/times/x86/md5s.cpp
index ef8e175df0..dd343fd4e6 100644
--- a/times/x86/md5s.cpp
+++ b/times/x86/md5s.cpp
@@ -32,7 +32,7 @@ void GetTSC(unsigned long& tsc)
#include <stdio.h>
#include <stdlib.h>
-#include "md5.h"
+#include <openssl/md5.h>
extern "C" {
void md5_block_x86(MD5_CTX *ctx, unsigned char *buffer,int num);