summaryrefslogtreecommitdiffstats
path: root/mp3lib/huffman.h
diff options
context:
space:
mode:
Diffstat (limited to 'mp3lib/huffman.h')
-rw-r--r--mp3lib/huffman.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/mp3lib/huffman.h b/mp3lib/huffman.h
index 63cb978c7e..190775dbc0 100644
--- a/mp3lib/huffman.h
+++ b/mp3lib/huffman.h
@@ -6,6 +6,9 @@
* smaller tables are often the part of a bigger table
*/
+#ifndef MPLAYER_MP3LIB_HUFFMAN_H
+#define MPLAYER_MP3LIB_HUFFMAN_H
+
struct newhuff
{
unsigned int linbits;
@@ -328,3 +331,5 @@ static struct newhuff htc[] =
{ /* 1 , 1 , */ 0 , tab_c0 } ,
{ /* 1 , 1 , */ 0 , tab_c1 }
};
+
+#endif /* MPLAYER_MP3LIB_HUFFMAN_H */