summaryrefslogtreecommitdiffstats
path: root/crypto/cast/casts.cpp
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>1999-04-23 23:28:26 +0000
committerBodo Möller <bodo@openssl.org>1999-04-23 23:28:26 +0000
commitdd3c43c5323d236a42efb1c7d6b509b927747953 (patch)
tree11b108f5f0533e36f40bb3a4d4ae88cdf1dd292f /crypto/cast/casts.cpp
parent09be75a48015c10864fa84a8b225655996f4e5db (diff)
Submitted by:
Reviewed by: PR:
Diffstat (limited to 'crypto/cast/casts.cpp')
-rw-r--r--crypto/cast/casts.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/cast/casts.cpp b/crypto/cast/casts.cpp
index bac7be2c9c..8d7bd468d2 100644
--- a/crypto/cast/casts.cpp
+++ b/crypto/cast/casts.cpp
@@ -32,7 +32,7 @@ void GetTSC(unsigned long& tsc)
#include <stdio.h>
#include <stdlib.h>
-#include "cast.h"
+#include <openssl/cast.h>
void main(int argc,char *argv[])
{