From fed58c4b62eee25b224aaf03231057e6c8982663 Mon Sep 17 00:00:00 2001 From: Georg Holzmann Date: Wed, 17 Jan 2007 14:44:30 +0000 Subject: fixed multiple inclusion of that header file svn path=/trunk/externals/iem16/; revision=7358 --- src/iem16_table.h | 5 +++++ 1 file changed, 5 insertions(+) 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 -- cgit v1.2.1