aboutsummaryrefslogtreecommitdiffstats
path: root/times/x86/rc4s.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'times/x86/rc4s.cpp')
-rw-r--r--times/x86/rc4s.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/times/x86/rc4s.cpp b/times/x86/rc4s.cpp
index 39f1727dd3..3814fde997 100644
--- a/times/x86/rc4s.cpp
+++ b/times/x86/rc4s.cpp
@@ -32,7 +32,7 @@ void GetTSC(unsigned long& tsc)
#include <stdio.h>
#include <stdlib.h>
-#include "rc4.h"
+#include <openssl/rc4.h>
void main(int argc,char *argv[])
{