From 31342451821166a13eed87dbd5dcee1c472e3ae6 Mon Sep 17 00:00:00 2001 From: Sam Hocevar Date: Fri, 22 Dec 2006 13:18:13 +0000 Subject: [PATCH] =?UTF-8?q?=20=20*=20Don=E2=80=99t=20rely=20on=20libzzuf.h?= =?UTF-8?q?=20in=20debug.c,=20so=20that=20it=20can=20be=20used=20in=20zzuf?= =?UTF-8?q?,=20too.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/debug.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/debug.c b/src/debug.c index 33b8f38..bab5add 100644 --- a/src/debug.c +++ b/src/debug.c @@ -28,9 +28,10 @@ #include #include -#include "libzzuf.h" #include "debug.h" +extern int _zzuf_debug; + void zzuf_debug(const char *format, ...) { va_list args;