diff options
Diffstat (limited to 'src/Selection.c')
-rw-r--r-- | src/Selection.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Selection.c b/src/Selection.c index 1f41d2f..46c75f8 100644 --- a/src/Selection.c +++ b/src/Selection.c @@ -60,6 +60,9 @@ in this Software without prior written authorization from The Open Group. */ /* $XFree86: xc/lib/Xt/Selection.c,v 3.9 2001/12/14 19:56:29 dawes Exp $ */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif #include "IntrinsicI.h" #include "StringDefs.h" #include "SelectionI.h" |