diff --git a/reTurn/AsyncTcpSocketBase.cxx b/reTurn/AsyncTcpSocketBase.cxx index 736abe2a5b..40ebb488c8 100644 --- a/reTurn/AsyncTcpSocketBase.cxx +++ b/reTurn/AsyncTcpSocketBase.cxx @@ -1,3 +1,7 @@ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #include #include "AsyncTcpSocketBase.hxx" diff --git a/reTurn/client/TurnTcpSocket.cxx b/reTurn/client/TurnTcpSocket.cxx index 44cd734b46..1a05f6b622 100644 --- a/reTurn/client/TurnTcpSocket.cxx +++ b/reTurn/client/TurnTcpSocket.cxx @@ -1,3 +1,7 @@ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #include "TurnTcpSocket.hxx" #include #include diff --git a/reTurn/client/TurnUdpSocket.cxx b/reTurn/client/TurnUdpSocket.cxx index 0536eab54c..d3815117ae 100644 --- a/reTurn/client/TurnUdpSocket.cxx +++ b/reTurn/client/TurnUdpSocket.cxx @@ -1,3 +1,7 @@ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #include "TurnUdpSocket.hxx" #include diff --git a/reflow/Flow.cxx b/reflow/Flow.cxx index 01778abad3..9dfbecbc07 100644 --- a/reflow/Flow.cxx +++ b/reflow/Flow.cxx @@ -1,3 +1,7 @@ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #include #include #include diff --git a/reflow/Flow.hxx b/reflow/Flow.hxx index d1a64a8ba3..3445223732 100644 --- a/reflow/Flow.hxx +++ b/reflow/Flow.hxx @@ -1,6 +1,10 @@ #if !defined(Flow_hxx) #define Flow_hxx +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #include #include #include diff --git a/reflow/FlowDtlsSocketContext.cxx b/reflow/FlowDtlsSocketContext.cxx index be06f51907..bfccfa1250 100644 --- a/reflow/FlowDtlsSocketContext.cxx +++ b/reflow/FlowDtlsSocketContext.cxx @@ -1,3 +1,7 @@ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #ifdef USE_SSL #include #include diff --git a/reflow/FlowDtlsSocketContext.hxx b/reflow/FlowDtlsSocketContext.hxx index 90dd7816a1..d69d65fb01 100644 --- a/reflow/FlowDtlsSocketContext.hxx +++ b/reflow/FlowDtlsSocketContext.hxx @@ -1,3 +1,7 @@ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #ifdef USE_SSL #if !defined(FlowDtlsSocketContext_hxx) diff --git a/reflow/FlowDtlsTimerContext.cxx b/reflow/FlowDtlsTimerContext.cxx index a60e0f9e1d..0659ab6f92 100644 --- a/reflow/FlowDtlsTimerContext.cxx +++ b/reflow/FlowDtlsTimerContext.cxx @@ -1,5 +1,8 @@ -#ifdef USE_SSL +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif +#ifdef USE_SSL #include diff --git a/reflow/FlowManager.cxx b/reflow/FlowManager.cxx index f6b4fb1480..c7351ffb42 100644 --- a/reflow/FlowManager.cxx +++ b/reflow/FlowManager.cxx @@ -1,3 +1,7 @@ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #include #include #include diff --git a/reflow/FlowManager.hxx b/reflow/FlowManager.hxx index 07090d2e56..4975eeafaa 100644 --- a/reflow/FlowManager.hxx +++ b/reflow/FlowManager.hxx @@ -1,6 +1,10 @@ #if !defined(FlowManager_hxx) #define FlowManager_hxx +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #include "MediaStream.hxx" #include "FlowManagerException.hxx" diff --git a/reflow/MediaStream.cxx b/reflow/MediaStream.cxx index 4ee1d8e5d6..3af21d493f 100644 --- a/reflow/MediaStream.cxx +++ b/reflow/MediaStream.cxx @@ -1,3 +1,7 @@ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #include #include #include diff --git a/reflow/MediaStream.hxx b/reflow/MediaStream.hxx index c4df3fa08e..49564dcd8e 100644 --- a/reflow/MediaStream.hxx +++ b/reflow/MediaStream.hxx @@ -1,6 +1,10 @@ #if !defined(MediaStream_hxx) #define MediaStream_hxx +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #include #ifdef USE_SSL #include diff --git a/reflow/dtls_wrapper/DtlsFactory.cxx b/reflow/dtls_wrapper/DtlsFactory.cxx index 399f438788..2ec2130a30 100644 --- a/reflow/dtls_wrapper/DtlsFactory.cxx +++ b/reflow/dtls_wrapper/DtlsFactory.cxx @@ -1,3 +1,7 @@ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #ifdef USE_SSL #include diff --git a/reflow/dtls_wrapper/DtlsFactory.hxx b/reflow/dtls_wrapper/DtlsFactory.hxx index 93c2f29e54..fcaedd383b 100644 --- a/reflow/dtls_wrapper/DtlsFactory.hxx +++ b/reflow/dtls_wrapper/DtlsFactory.hxx @@ -1,3 +1,7 @@ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #ifdef USE_SSL #ifndef DtlsFactory_hxx diff --git a/reflow/dtls_wrapper/DtlsSocket.cxx b/reflow/dtls_wrapper/DtlsSocket.cxx index ef701d14b3..643ecee2a0 100644 --- a/reflow/dtls_wrapper/DtlsSocket.cxx +++ b/reflow/dtls_wrapper/DtlsSocket.cxx @@ -1,3 +1,7 @@ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #ifdef USE_SSL #include diff --git a/reflow/dtls_wrapper/DtlsSocket.hxx b/reflow/dtls_wrapper/DtlsSocket.hxx index 1972118c33..300512c1e6 100644 --- a/reflow/dtls_wrapper/DtlsSocket.hxx +++ b/reflow/dtls_wrapper/DtlsSocket.hxx @@ -1,3 +1,7 @@ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #ifdef USE_SSL #ifndef DtlsSocket_hxx diff --git a/reflow/dtls_wrapper/DtlsTimer.cxx b/reflow/dtls_wrapper/DtlsTimer.cxx index 3719a728c3..a6ee2ba0f4 100644 --- a/reflow/dtls_wrapper/DtlsTimer.cxx +++ b/reflow/dtls_wrapper/DtlsTimer.cxx @@ -1,3 +1,7 @@ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #ifdef USE_SSL #include "DtlsTimer.hxx" diff --git a/reflow/dtls_wrapper/DtlsTimer.hxx b/reflow/dtls_wrapper/DtlsTimer.hxx index d4784d737a..37418727b6 100644 --- a/reflow/dtls_wrapper/DtlsTimer.hxx +++ b/reflow/dtls_wrapper/DtlsTimer.hxx @@ -1,3 +1,7 @@ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #ifdef USE_SSL #ifndef DTLS_Timer_hxx diff --git a/reflow/dtls_wrapper/bf_dwrap.c b/reflow/dtls_wrapper/bf_dwrap.c index 076c17ef16..dffe4518b0 100644 --- a/reflow/dtls_wrapper/bf_dwrap.c +++ b/reflow/dtls_wrapper/bf_dwrap.c @@ -1,3 +1,7 @@ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #ifdef USE_SSL #include diff --git a/reflow/dtls_wrapper/bf_dwrap.h b/reflow/dtls_wrapper/bf_dwrap.h index 8399303eb0..c610a25614 100644 --- a/reflow/dtls_wrapper/bf_dwrap.h +++ b/reflow/dtls_wrapper/bf_dwrap.h @@ -1,3 +1,7 @@ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #ifdef USE_SSL extern "C"