From a95614c44f3c8f12f3bc5297ab57edd1e527d365 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrien=20B=C3=A9raud?= <adrien.beraud@savoirfairelinux.com> Date: Mon, 5 May 2014 13:41:24 -0400 Subject: [PATCH] ip_utils: avoid depending directly on commoncpp Change-Id: Ia6db3682f2587c547f31c5bffded5c8948236bf6 --- daemon/src/ip_utils.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daemon/src/ip_utils.h b/daemon/src/ip_utils.h index 32db6054a0..8e85c2f3dd 100644 --- a/daemon/src/ip_utils.h +++ b/daemon/src/ip_utils.h @@ -33,7 +33,7 @@ #define IP_UTILS_H_ #include <pjlib.h> -#include <commoncpp/socket.h> +#include <ccrtp/channel.h> // For ost::IPV*Address #include <netinet/ip.h> -- GitLab