mirror of
https://git.freebsd.org/ports.git
synced 2025-06-26 15:10:35 -04:00
11 lines
234 B
C
11 lines
234 B
C
--- common/includes/debug.h.orig 2020-08-28 19:24:48 UTC
|
|
+++ common/includes/debug.h
|
|
@@ -24,7 +24,7 @@
|
|
#include <stdio.h>
|
|
#include <time.h>
|
|
|
|
-int debug;
|
|
+extern int debug;
|
|
|
|
#ifndef _WIN32
|
|
#define DPRINTF(level, fmt, args...) \
|