summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/plugins/a52towav.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/a52towav.c b/apps/plugins/a52towav.c
index 4e6150b2f2..7bec8f290f 100644
--- a/apps/plugins/a52towav.c
+++ b/apps/plugins/a52towav.c
@@ -24,7 +24,7 @@
24 24
25#include <inttypes.h> /* Needed by a52.h */ 25#include <inttypes.h> /* Needed by a52.h */
26 26
27#include <codecs/liba52/config.h> 27#include <codecs/liba52/config-a52.h>
28#include <codecs/liba52/a52.h> 28#include <codecs/liba52/a52.h>
29 29
30#include "lib/xxx2wav.h" /* Helper functions common to test decoders */ 30#include "lib/xxx2wav.h" /* Helper functions common to test decoders */