From 83e85f27af6a4c5f7a9c45a8c2e0efcbc413f6a8 Mon Sep 17 00:00:00 2001 From: bustico Date: Thu, 15 May 2008 09:03:37 +0000 Subject: fix a broblem in timer.c when a timer is deleted within the timer callback fix for TRACE compilation problem when compiling with DEBUG --- src/ivydebug.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/ivydebug.h') diff --git a/src/ivydebug.h b/src/ivydebug.h index ee73f0e..8c43575 100644 --- a/src/ivydebug.h +++ b/src/ivydebug.h @@ -15,6 +15,7 @@ #endif #else #ifdef DEBUG +#include #define TRACE(format, args...) \ fprintf (stderr, format , ## args) -- cgit v1.1