From f60900c4b813abbce213db6de217837645c6590e Mon Sep 17 00:00:00 2001 From: iphydf Date: Thu, 22 Sep 2016 15:20:33 +0100 Subject: Move ring buffer out of toxcore/util into toxav. Toxcore itself doesn't use this data structure. Only toxav does, so now toxav owns the code for it. --- toxav/video.c | 1 + 1 file changed, 1 insertion(+) (limited to 'toxav/video.c') diff --git a/toxav/video.c b/toxav/video.c index 5bb3b8ae..93ebbb16 100644 --- a/toxav/video.c +++ b/toxav/video.c @@ -26,6 +26,7 @@ #include "video.h" #include "msi.h" +#include "ring_buffer.h" #include "rtp.h" #include "../toxcore/logger.h" -- cgit v1.2.3