summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/cast/casts.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/cast/casts.cpp')
-rw-r--r--src/lib/libcrypto/cast/casts.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/libcrypto/cast/casts.cpp b/src/lib/libcrypto/cast/casts.cpp
index bac7be2c9c..8d7bd468d2 100644
--- a/src/lib/libcrypto/cast/casts.cpp
+++ b/src/lib/libcrypto/cast/casts.cpp
@@ -32,7 +32,7 @@ void GetTSC(unsigned long& tsc)
32 32
33#include <stdio.h> 33#include <stdio.h>
34#include <stdlib.h> 34#include <stdlib.h>
35#include "cast.h" 35#include <openssl/cast.h>
36 36
37void main(int argc,char *argv[]) 37void main(int argc,char *argv[])
38 { 38 {