diff options
Diffstat (limited to 'xup')
-rw-r--r-- | xup/xup.c | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -18,6 +18,10 @@ * libxup main file */ +#if defined(HAVE_CONFIG_H) +#include <config_ac.h> +#endif + #include "xup.h" #include "log.h" #include "trans.h" |