diff options
author | Georg Holzmann <grholzi@users.sourceforge.net> | 2007-01-17 14:44:30 +0000 |
---|---|---|
committer | Georg Holzmann <grholzi@users.sourceforge.net> | 2007-01-17 14:44:30 +0000 |
commit | fed58c4b62eee25b224aaf03231057e6c8982663 (patch) | |
tree | fd022b8bdd53b3edadd71085816e1b1d5db991a3 | |
parent | 23bc8730641f7b0863b684b8f1fdd103661eaa53 (diff) |
fixed multiple inclusion of that header file
svn path=/trunk/externals/iem16/; revision=7358
-rw-r--r-- | src/iem16_table.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/iem16_table.h b/src/iem16_table.h index 59ec692..76b1ecf 100644 --- a/src/iem16_table.h +++ b/src/iem16_table.h @@ -4,6 +4,9 @@ * For information on usage and redistribution, and for a DISCLAIMER OF ALL * WARRANTIES, see the file, "LICENSE.txt," in this distribution. */ +#ifndef INCLUDE_IEM16_TABLE_H__ +#define INCLUDE_IEM16_TABLE_H__ + /* sampling */ #include "iem16.h" @@ -96,3 +99,5 @@ union tabfudge double tf_d; int32 tf_i[2]; }; + +#endif |