1
0
mirror of https://gitlab.xiph.org/xiph/ezstream.git synced 2024-09-15 04:08:07 -04:00

Add missing include for shout_t.

From Roman Donchenko <DXDragon at yandex dot ru>.


git-svn-id: https://svn.xiph.org/trunk/ezstream@15768 0101bb08-14d6-0310-b084-bc0e0c8e3800
This commit is contained in:
moritz 2009-03-15 10:59:55 +00:00
parent 26142cade4
commit 97bfd5b1de

View File

@ -20,6 +20,8 @@
#ifndef __UTIL_H__
#define __UTIL_H__
#include <shout/shout.h>
#define ICONV_REPLACE 0
#define ICONV_TRANSLIT 1
#define ICONV_IGNORE 2