This commit is contained in:
David Rowe 2021-06-05 18:23:37 +12:00
parent 2402a5e333
commit 28c408de98

View file

@ -28,7 +28,7 @@
#include <HTTPSConnection.h>
#include <LimitedNodeList.h>
#include <shared/WebRTC.h>
#if defined(WEBRTC_DATA_CHANNEL)
#if defined(WEBRTC_DATA_CHANNELS)
#include <webrtc/WebRTCDataChannels.h>
#include <webrtc/WebRTCSignalingServer.h>
#endif