From bceb0fb6fb33668433b77fae4a3e74a7b30a2b95 Mon Sep 17 00:00:00 2001 From: tb <> Date: Thu, 13 Mar 2025 10:26:41 +0000 Subject: Make srtp.h self-standing by including ssl.h ok miod --- src/lib/libssl/srtp.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/lib/libssl/srtp.h b/src/lib/libssl/srtp.h index 89ce862020..686e9d924a 100644 --- a/src/lib/libssl/srtp.h +++ b/src/lib/libssl/srtp.h @@ -1,4 +1,4 @@ -/* $OpenBSD: srtp.h,v 1.7 2021/06/11 15:28:13 landry Exp $ */ +/* $OpenBSD: srtp.h,v 1.8 2025/03/13 10:26:41 tb Exp $ */ /* 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 -- cgit v1.2.3-55-g6feb