diff src/flacng/debug.h @ 1246:626f78ff2439

- Add FLAC 1.1.2 compatibility
author sun@fc5-buildsys
date Thu, 12 Jul 2007 19:30:31 +0200
parents 317a7a8c002d
children f1b6f1b2cdb3
line wrap: on
line diff
--- a/src/flacng/debug.h	Thu Jul 12 17:51:36 2007 +0300
+++ b/src/flacng/debug.h	Thu Jul 12 19:30:31 2007 +0200
@@ -19,6 +19,8 @@
 #ifndef DEBUG_H
 #define DEBUG_H
 
+#include <stdio.h>
+
 #define _ENTER _DEBUG("enter")
 #define _LEAVE _DEBUG("leave"); return
 #define _MESSAGE(tag, string, ...) do { fprintf(stderr, "%s: libflacng.so: %s:%d (%s): " string "\n", \