blob: 42f6945b22d7c601d23d804ccee332933b753acc (
plain)
1
2
3
4
5
6
7
8
9
10
|
--- src/ice.c
+++ src/ice.c
@@ -20,6 +20,7 @@
#if !defined(WIN32) && !defined(_WIN32_WCE)
#include <sys/socket.h>
#include <netdb.h>
+#include <stdbool.h>
#endif
#include "mediastreamer2/ice.h"
|