From 3bdd5907fac99ba859596aeb10fd948fd6447750 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Fri, 27 Sep 2013 14:57:55 +0200 Subject: [PATCH] Add include of string.h --- test/test_wrbuf.c | 1 + 1 file changed, 1 insertion(+) diff --git a/test/test_wrbuf.c b/test/test_wrbuf.c index defdc34..7c27fe5 100644 --- a/test/test_wrbuf.c +++ b/test/test_wrbuf.c @@ -8,6 +8,7 @@ #include #include +#include #include #include -- 1.7.10.4