From 0fbadc8eb7c93e10902cc4357a42dcd73c0a076b Mon Sep 17 00:00:00 2001 From: Kent Mein Date: Mon, 25 Nov 2002 09:53:07 +0000 Subject: Yes I did it again ;) added the following 3 lines to everything in the intern dir: #ifdef HAVE_CONFIG_H #include #endif Kent -- mein@cs.umn.edu --- intern/moto/include/MT_assert.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'intern/moto/include/MT_assert.h') diff --git a/intern/moto/include/MT_assert.h b/intern/moto/include/MT_assert.h index 2f9f3c928db..7d37f950f31 100644 --- a/intern/moto/include/MT_assert.h +++ b/intern/moto/include/MT_assert.h @@ -30,9 +30,12 @@ */ #ifndef MT_ASSERT_H - #define MT_ASSERT_H +#ifdef HAVE_CONFIG_H +#include +#endif + #ifdef MT_NDEBUG #define MT_assert(predicate) ((void)0) -- cgit v1.2.3