From 462183fe4cb6df6d90632d9e2cee881c8d26b1cb Mon Sep 17 00:00:00 2001 From: Alan Hourihane Date: Mon, 26 Apr 2004 10:10:22 +0000 Subject: bring over build fixes from stable branch --- src/mesa/math/m_debug_norm.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/mesa/math/m_debug_norm.c') diff --git a/src/mesa/math/m_debug_norm.c b/src/mesa/math/m_debug_norm.c index 4eac6f6dc6..e403998550 100644 --- a/src/mesa/math/m_debug_norm.c +++ b/src/mesa/math/m_debug_norm.c @@ -38,6 +38,11 @@ #include "m_debug_util.h" +#ifdef __UNIXOS2__ +/* The linker doesn't like empty files */ +static char dummy; +#endif + #ifdef DEBUG /* This code only used for debugging */ -- cgit v1.2.3