Fix compilation error on format_kate (#4059)

git-svn-id: svn://svn.openwrt.org/openwrt/packages@12817 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
florian 2008-10-01 06:32:09 +00:00
parent 3e7bac00b7
commit 40daf3db15

View File

@ -146,3 +146,14 @@ diff -urN icecast-2.3.2/src/source.c icecast-2.3.2.new/src/source.c
;
return 0;
--- icecast-2.3.2/src/format_kate.c 2008-04-18 18:29:28.000000000 +0200
+++ icecast-2.3.2.new/src/format_kate.c 2008-10-01 08:27:00.000000000 +0200
@@ -19,7 +19,7 @@
#include <stdlib.h>
#include <string.h>
-#include <ogg/ogg.h>
+#include <tremor/ogg.h>
#ifdef HAVE_KATE
#include <kate/oggkate.h>
#endif