diff options
author | Uoti Urpala <uau@symbol.nonexistent.invalid> | 2008-08-12 13:46:01 +0300 |
---|---|---|
committer | Uoti Urpala <uau@symbol.nonexistent.invalid> | 2008-08-12 13:46:01 +0300 |
commit | cab2e4f5caf454dd5f96eddfaba9c89c5aad51fc (patch) | |
tree | a1f90dc3c801b6618756f1f0e209c0d4f8429e00 /libmpdemux | |
parent | 0d091760781466c3cb6a3426daecadf8a696fa88 (diff) |
Include corresponding .h in some .c files
Diffstat (limited to 'libmpdemux')
-rw-r--r-- | libmpdemux/mp3_hdr.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libmpdemux/mp3_hdr.c b/libmpdemux/mp3_hdr.c index cb59878466..568b67fec0 100644 --- a/libmpdemux/mp3_hdr.c +++ b/libmpdemux/mp3_hdr.c @@ -1,6 +1,7 @@ #include <stdio.h> #include "config.h" +#include "mp3_hdr.h" #include "mp_msg.h" //----------------------- mp3 audio frame header parser ----------------------- |