From: Matt Caswell Date: Thu, 27 Nov 2014 12:25:18 +0000 (+0000) Subject: Add include of ssl.h which is required by srtp.h X-Git-Tag: master-pre-reformat~219 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f67203836cd4a35c1774b6147e0f2d33eb7b1b6f;p=openssl Add include of ssl.h which is required by srtp.h Reviewed-by: Dr. Stephen Henson --- diff --git a/ssl/srtp.h b/ssl/srtp.h index dfdab0ed82..f691da859f 100644 --- a/ssl/srtp.h +++ b/ssl/srtp.h @@ -1,4 +1,4 @@ -/* ssl/tls1.h */ +/* ssl/srtp.h */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * @@ -118,6 +118,8 @@ #ifndef HEADER_D1_SRTP_H #define HEADER_D1_SRTP_H +#include + #ifdef __cplusplus extern "C" { #endif