* Don’t rely on libzzuf.h in debug.c, so that it can be used in zzuf, too.
This commit is contained in:
+2
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user