From: Mike Brady Date: Sat, 2 Feb 2019 15:27:26 +0000 (+0000) Subject: Include the mbedtls version.h file so that conditional compilation can be done right X-Git-Tag: 3.3RC0~66^2~18 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9239a7c56e43a2f4b20ed36dcfb1146cf8a237cf;p=thirdparty%2Fshairport-sync.git Include the mbedtls version.h file so that conditional compilation can be done right --- diff --git a/metadata_hub.c b/metadata_hub.c index 3ec7a414..56869647 100644 --- a/metadata_hub.c +++ b/metadata_hub.c @@ -46,6 +46,7 @@ #include "metadata_hub.h" #ifdef CONFIG_MBEDTLS +#include #include #endif diff --git a/rtsp.c b/rtsp.c index fb66d4c3..4b4b28e9 100644 --- a/rtsp.c +++ b/rtsp.c @@ -51,6 +51,7 @@ #endif #ifdef CONFIG_MBEDTLS +#include #include #endif diff --git a/shairport.c b/shairport.c index 617e9009..3c939c64 100644 --- a/shairport.c +++ b/shairport.c @@ -44,6 +44,7 @@ #include "config.h" #ifdef CONFIG_MBEDTLS +#include #include #endif