From 97bfd5b1de25e1d0faf86cfdcfb35f8ca806d291 Mon Sep 17 00:00:00 2001 From: moritz Date: Sun, 15 Mar 2009 10:59:55 +0000 Subject: [PATCH] Add missing include for shout_t. From Roman Donchenko . git-svn-id: https://svn.xiph.org/trunk/ezstream@15768 0101bb08-14d6-0310-b084-bc0e0c8e3800 --- src/util.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/util.h b/src/util.h index a71c18d..6b755c2 100644 --- a/src/util.h +++ b/src/util.h @@ -20,6 +20,8 @@ #ifndef __UTIL_H__ #define __UTIL_H__ +#include + #define ICONV_REPLACE 0 #define ICONV_TRANSLIT 1 #define ICONV_IGNORE 2