summaryrefslogtreecommitdiffstats
path: root/mp3lib/l2tables.h
diff options
context:
space:
mode:
Diffstat (limited to 'mp3lib/l2tables.h')
-rw-r--r--mp3lib/l2tables.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/mp3lib/l2tables.h b/mp3lib/l2tables.h
index 5f08a4f5a7..cf6299e88d 100644
--- a/mp3lib/l2tables.h
+++ b/mp3lib/l2tables.h
@@ -4,6 +4,11 @@
* $Id$
*/
+#ifndef MPLAYER_MP3LIB_L2TABLES_H
+#define MPLAYER_MP3LIB_L2TABLES_H
+
+#include "mpg123.h"
+
/*
* Layer 2 Alloc tables ..
* most other tables are calculated on program start (which is (of course)
@@ -157,3 +162,5 @@ static struct al_table alloc_4[] = {
{2,0},{5,3},{7,5},{10,9},
{2,0},{5,3},{7,5},{10,9},
{2,0},{5,3},{7,5},{10,9} };
+
+#endif /* MPLAYER_MP3LIB_L2TABLES_H */