diff options
Diffstat (limited to 'src/CrIFrBuf.c')
-rw-r--r-- | src/CrIFrBuf.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/CrIFrBuf.c b/src/CrIFrBuf.c index ba863ac..d98e658 100644 --- a/src/CrIFrBuf.c +++ b/src/CrIFrBuf.c @@ -32,6 +32,9 @@ * Developed by Arnaud Le Hors * \*****************************************************************************/ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif #include "XpmI.h" LFUNC(OpenBuffer, void, (char *buffer, xpmData *mdata)); |