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/pad_common.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/pad_common.h') diff --git a/src/pad_common.h b/src/pad_common.h index 6aba19b..c9dd434 100644 --- a/src/pad_common.h +++ b/src/pad_common.h @@ -30,10 +30,10 @@ #ifndef PAD_COMMON_H_ #define PAD_COMMON_H_ -#include +#include #include #include -#include +#include #include #include #include -- cgit v1.2.3