summaryrefslogtreecommitdiff
path: root/ustream-internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'ustream-internal.h')
-rw-r--r--ustream-internal.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/ustream-internal.h b/ustream-internal.h
index 020e1c6..4932a0d 100644
--- a/ustream-internal.h
+++ b/ustream-internal.h
@@ -26,6 +26,9 @@
#elif defined(HAVE_POLARSSL)
#include "ustream-polarssl.h"
#else
+#if defined(HAVE_CYASSL)
+#include <wolfssl/options.h>
+#endif
#include "ustream-openssl.h"
#endif