summaryrefslogtreecommitdiff
path: root/src/ivydebug.h
diff options
context:
space:
mode:
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)