diff -r 7333d7932ef7 -r 8b7f4e561641 secureswitools/swianalysistoolkit/source/common/utf8/utf8.h --- a/secureswitools/swianalysistoolkit/source/common/utf8/utf8.h Tue Aug 31 15:21:33 2010 +0300 +++ b/secureswitools/swianalysistoolkit/source/common/utf8/utf8.h Wed Sep 01 12:22:02 2010 +0100 @@ -79,6 +79,9 @@ ------------------------------------------------------------------------ */ +#ifndef __UTF_H__ +#define __UTF_H__ + /* --------------------------------------------------------------------- The following 4 definitions are compiler-specific. The C standard does not guarantee that wchar_t has at least @@ -165,4 +168,6 @@ } #endif +#endif //__UTF_H__ + /* --------------------------------------------------------------------- */