From b2d3dcf16979a54ecc3cf4fbfc6ee0e4a4f3521b Mon Sep 17 00:00:00 2001 From: Pavel Roskin Date: Thu, 2 Mar 2017 20:33:23 -0800 Subject: Include config_ac.h from all source files --- xup/xup.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'xup') diff --git a/xup/xup.c b/xup/xup.c index ad0d896a..5b34779c 100644 --- a/xup/xup.c +++ b/xup/xup.c @@ -18,6 +18,10 @@ * libxup main file */ +#if defined(HAVE_CONFIG_H) +#include +#endif + #include "xup.h" #include "log.h" #include "trans.h" -- cgit v1.2.1