From a18e7845e0a3abace484c84cdd8f4a29b5b71d93 Mon Sep 17 00:00:00 2001 From: Stefan Pöschel Date: Sat, 18 Mar 2017 14:14:11 +0100 Subject: Use C headers where appropriate Using the C++ versions does not guarantee the availability of the global namespace functions. --- src/common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/common.h') diff --git a/src/common.h b/src/common.h index bd4b80c..a2981c4 100644 --- a/src/common.h +++ b/src/common.h @@ -36,7 +36,7 @@ #include #include #include -#include +#include extern int verbose; -- cgit v1.2.3