summaryrefslogtreecommitdiff
path: root/apps/codecs/libalac/demux.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs/libalac/demux.h')
-rw-r--r--apps/codecs/libalac/demux.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/codecs/libalac/demux.h b/apps/codecs/libalac/demux.h
index 62b949fa3b..27c9e826c5 100644
--- a/apps/codecs/libalac/demux.h
+++ b/apps/codecs/libalac/demux.h
@@ -1,7 +1,7 @@
1#ifndef DEMUX_H 1#ifndef DEMUX_H
2#define DEMUX_H 2#define DEMUX_H
3 3
4#include <stdint.h> 4#include <inttypes.h>
5#include "stream.h" 5#include "stream.h"
6 6
7typedef uint32_t fourcc_t; 7typedef uint32_t fourcc_t;