summaryrefslogtreecommitdiffstats
path: root/crypto/txt_db
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2003-03-20 23:26:46 +0000
committerRichard Levitte <levitte@openssl.org>2003-03-20 23:26:46 +0000
commit741dae576fdfaaa4030e386791edc32852388286 (patch)
treee729c6a1e69fec36425b6ab3ccdcb7bd43ddc452 /crypto/txt_db
parent59ade20500db906b11a9e7420ee811d210fe0aa2 (diff)
Make sure we get the definition of OPENSSL_NO_BIO.
Diffstat (limited to 'crypto/txt_db')
-rw-r--r--crypto/txt_db/txt_db.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/txt_db/txt_db.h b/crypto/txt_db/txt_db.h
index 563392aeff..c98e287703 100644
--- a/crypto/txt_db/txt_db.h
+++ b/crypto/txt_db/txt_db.h
@@ -59,6 +59,7 @@
#ifndef HEADER_TXT_DB_H
#define HEADER_TXT_DB_H
+#include <openssl/opensslconf.h>
#ifndef OPENSSL_NO_BIO
#include <openssl/bio.h>
#endif