X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=ogg_afh.c;h=14163fe61ae643f673113c6ca435d003315d9110;hb=0f001f6812fb10698f6f0471740242faf7269291;hp=cce1eb54f40c02d05e96419c1afd0e849c18c6a4;hpb=8a8cd0f5bb40dcfad68608193e8c57decd90b25e;p=paraslash.git diff --git a/ogg_afh.c b/ogg_afh.c index cce1eb54..14163fe6 100644 --- a/ogg_afh.c +++ b/ogg_afh.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2006 Andre Noll + * Copyright (C) 2004-2007 Andre Noll * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -17,13 +17,14 @@ */ /** \file ogg_afh.c para_server's ogg vorbis audio format handler */ +#include #include #include #include #include "server.cmdline.h" #include "server.h" -#include "afs.h" +#include "vss.h" #include "afh.h" #include "error.h" #include "string.h"