summaryrefslogtreecommitdiff
path: root/apps/codecs/Tremor/info.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs/Tremor/info.c')
-rw-r--r--apps/codecs/Tremor/info.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/codecs/Tremor/info.c b/apps/codecs/Tremor/info.c
index 941695ea8e..e750c8b647 100644
--- a/apps/codecs/Tremor/info.c
+++ b/apps/codecs/Tremor/info.c
@@ -18,7 +18,7 @@
18/* general handling of the header and the vorbis_info structure (and 18/* general handling of the header and the vorbis_info structure (and
19 substructures) */ 19 substructures) */
20 20
21#include <stdlib.h> 21#include "config-tremor.h"
22#include <string.h> 22#include <string.h>
23#include <ctype.h> 23#include <ctype.h>
24#include "ogg.h" 24#include "ogg.h"