From dac498db632a9279d39e0612948a66b3040795da Mon Sep 17 00:00:00 2001
From: sezero <sezero@users.sourceforge.net>
Date: Fri, 13 Jan 2017 17:58:53 +0300
Subject: [PATCH] add missing string.h include to cpu.c (for memset())

---
 src/libFLAC/cpu.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/libFLAC/cpu.c b/src/libFLAC/cpu.c
index 12d4619..488a82a 100644
--- a/src/libFLAC/cpu.c
+++ b/src/libFLAC/cpu.c
@@ -37,6 +37,7 @@
 #include "private/cpu.h"
 #include "share/compat.h"
 #include <stdlib.h>
+#include <string.h>
 #include <memory.h>
 
 #if defined(_MSC_VER)
-- 
1.8.5.5

