From 8f53a56d06b128406cba3ce6f13696eb823e6a11 Mon Sep 17 00:00:00 2001
From: Uros Majstorovic <majstor@majstor.org>
Date: Mon, 17 Jul 2017 22:17:51 +0200
Subject: ring buffer initial commit

---
 code/proxy/proxy.c | 2 ++
 1 file changed, 2 insertions(+)

(limited to 'code/proxy')

diff --git a/code/proxy/proxy.c b/code/proxy/proxy.c
index 6e84dc3..0f90c20 100644
--- a/code/proxy/proxy.c
+++ b/code/proxy/proxy.c
@@ -1,6 +1,8 @@
 #include "core.h"
 #include "proxy.h"
 
+#include <string.h>
+
 #ifdef ECP_WITH_PTHREAD
 static pthread_mutex_t key_perma_mutex;
 static pthread_mutex_t key_next_mutex;
-- 
cgit v1.2.3