diff options
Diffstat (limited to 'src/QuBest.c')
-rw-r--r-- | src/QuBest.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/QuBest.c b/src/QuBest.c index ac857af4..7fe21814 100644 --- a/src/QuBest.c +++ b/src/QuBest.c @@ -26,6 +26,9 @@ in this Software without prior written authorization from The Open Group. */ #define NEED_REPLIES +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif #include "Xlibint.h" Status XQueryBestSize(dpy, class, drawable, width, height, ret_width, ret_height) |