summaryrefslogtreecommitdiff
path: root/src/ivydebug.h
diff options
context:
space:
mode:
authorbustico2008-05-15 09:03:37 +0000
committerbustico2008-05-15 09:03:37 +0000
commit83e85f27af6a4c5f7a9c45a8c2e0efcbc413f6a8 (patch)
tree95e6737af8eba1985b326d754759a8864537fc31 /src/ivydebug.h
parent3708024965cc018303752dc81f4bc80642570c2d (diff)
downloadivy-c-83e85f27af6a4c5f7a9c45a8c2e0efcbc413f6a8.zip
ivy-c-83e85f27af6a4c5f7a9c45a8c2e0efcbc413f6a8.tar.gz
ivy-c-83e85f27af6a4c5f7a9c45a8c2e0efcbc413f6a8.tar.bz2
ivy-c-83e85f27af6a4c5f7a9c45a8c2e0efcbc413f6a8.tar.xz
fix a broblem in timer.c when a timer is deleted within the timer callback
fix for TRACE compilation problem when compiling with DEBUG
Diffstat (limited to 'src/ivydebug.h')
-rw-r--r--src/ivydebug.h1
1 files changed, 1 insertions, 0 deletions
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 <stdio.h>
#define TRACE(format, args...) \
fprintf (stderr, format , ## args)