]> git.ipfire.org Git - thirdparty/shairport-sync.git/commitdiff
Include the mbedtls version.h file so that conditional compilation can be done right
authorMike Brady <mikebrady@eircom.net>
Sat, 2 Feb 2019 15:27:26 +0000 (15:27 +0000)
committerMike Brady <mikebrady@eircom.net>
Sat, 2 Feb 2019 15:27:26 +0000 (15:27 +0000)
metadata_hub.c
rtsp.c
shairport.c

index 3ec7a4146435c3dbd1f13c95b017f12789bdc9f4..5686964773492e7c8e4d660f118f7dc82135face 100644 (file)
@@ -46,6 +46,7 @@
 #include "metadata_hub.h"
 
 #ifdef CONFIG_MBEDTLS
+#include <mbedtls/version.h>
 #include <mbedtls/md5.h>
 #endif
 
diff --git a/rtsp.c b/rtsp.c
index fb66d4c347367b36f77803d05a4fef984057c0b4..4b4b28e9a75b7c60decad55b90626b10fbdcffcd 100644 (file)
--- a/rtsp.c
+++ b/rtsp.c
@@ -51,6 +51,7 @@
 #endif
 
 #ifdef CONFIG_MBEDTLS
+#include <mbedtls/version.h>
 #include <mbedtls/md5.h>
 #endif
 
index 617e90097de2d08ce1024a62220ccbebf5ae760c..3c939c64b5f79847022098724a4dddddd87f16a3 100644 (file)
@@ -44,6 +44,7 @@
 #include "config.h"
 
 #ifdef CONFIG_MBEDTLS
+#include <mbedtls/version.h>
 #include <mbedtls/md5.h>
 #endif