diff options
Diffstat (limited to 'src/Panner.c')
-rw-r--r-- | src/Panner.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Panner.c b/src/Panner.c index ee9543f..f608ff9 100644 --- a/src/Panner.c +++ b/src/Panner.c @@ -25,6 +25,9 @@ in this Software without prior written authorization from the X Consortium. * Author: Jim Fulton, MIT X Consortium */ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif #include <X11/IntrinsicP.h> #include <X11/StringDefs.h> /* for XtN and XtC defines */ #include <X11/Xmu/CharSet.h> /* for XmuCompareISOLatin1() */ |