shinkos6145: Hook into config.h if present.

This commit is contained in:
Solomon Peachy 2016-04-10 09:29:49 -04:00
parent 10d842b4cd
commit 6604a8b283

View file

@ -47,6 +47,11 @@
#include <signal.h>
#include <time.h>
/* For Integration into gutenprint */
#if defined(HAVE_CONFIG_H)
#include <config.h>
#endif
#if defined(USE_DLOPEN)
#define WITH_DYNAMIC
#include <dlfcn.h>