diff options
Diffstat (limited to 'CutPaste.c')
-rw-r--r-- | CutPaste.c | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -30,6 +30,10 @@ from The Open Group. * Author: Davor Matic, MIT X Consortium */ +#ifdef HAVE_CONFIG_H +# include "config.h" +#endif + #include <X11/IntrinsicP.h> #include <X11/StringDefs.h> #include <X11/Xatom.h> |