diff mp3lib/l2tables.h @ 30163:257ef2adfd66

Add multiple inclusion guards to all mp3lib headers.
author diego
date Mon, 04 Jan 2010 14:42:59 +0000
parents 0f1b5b68af32
children 347d152a5cfa
line wrap: on
line diff
--- a/mp3lib/l2tables.h	Mon Jan 04 13:13:10 2010 +0000
+++ b/mp3lib/l2tables.h	Mon Jan 04 14:42:59 2010 +0000
@@ -4,6 +4,9 @@
  * $Id$
  */
 
+#ifndef MPLAYER_MP3LIB_L2TABLES_H
+#define MPLAYER_MP3LIB_L2TABLES_H
+
 /*
  * Layer 2 Alloc tables ..
  * most other tables are calculated on program start (which is (of course)
@@ -158,3 +161,4 @@
     {2,0},{5,3},{7,5},{10,9},
     {2,0},{5,3},{7,5},{10,9}  };
 
+#endif /* MPLAYER_MP3LIB_L2TABLES_H */