From 88dd6bcf377a367dd01d1a61abad56df70a44eb6 Mon Sep 17 00:00:00 2001 From: Martin Szulecki Date: Tue, 4 Mar 2014 22:51:20 +0100 Subject: common: Include config.h for proper handling of HAVE_STPCPY define --- common/utils.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'common/utils.h') diff --git a/common/utils.h b/common/utils.h index 8394272..0e78b3c 100644 --- a/common/utils.h +++ b/common/utils.h @@ -22,6 +22,10 @@ #ifndef __UTILS_H #define __UTILS_H +#ifdef HAVE_CONFIG_H +#include +#endif + #ifdef WIN32 #include #endif -- cgit v1.1-32-gdbae