* Don’t rely on libzzuf.h in debug.c, so that it can be used in zzuf, too.

This commit is contained in:
Sam Hocevar
2006-12-22 13:18:13 +00:00
committed by sam
parent 5d9b5366ee
commit 3134245182
+2 -1
View File
@@ -28,9 +28,10 @@
#include <stdarg.h>
#include <regex.h>
#include "libzzuf.h"
#include "debug.h"
extern int _zzuf_debug;
void zzuf_debug(const char *format, ...)
{
va_list args;