Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-kde
Path: blob/main/dns/dns2tcp/files/patch-common_includes_debug.h
16461 views
1
--- common/includes/debug.h.orig 2020-08-28 19:24:48 UTC
2
+++ common/includes/debug.h
3
@@ -24,7 +24,7 @@
4
#include <stdio.h>
5
#include <time.h>
6
7
-int debug;
8
+extern int debug;
9
10
#ifndef _WIN32
11
#define DPRINTF(level, fmt, args...) \
12
13