Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 192722
Collapse All | Expand All

(-)a/src/inputPlugins/_ogg_common.c (-1 / +3 lines)
Lines 21-30 Link Here
21
21
22
#include "../inputPlugin.h"
22
#include "../inputPlugin.h"
23
23
24
#include "_flac_common.h"
25
#include "_ogg_common.h"
26
24
#if defined(HAVE_OGGFLAC) || defined(HAVE_OGGVORBIS)
27
#if defined(HAVE_OGGFLAC) || defined(HAVE_OGGVORBIS)
25
28
26
#include "../utils.h"
29
#include "../utils.h"
27
#include "_ogg_common.h"
28
30
29
#include <string.h>
31
#include <string.h>
30
32

Return to bug 192722