diff options
Diffstat (limited to 'src/Scrollbar.c')
-rw-r--r-- | src/Scrollbar.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Scrollbar.c b/src/Scrollbar.c index 7fba176..02eb980 100644 --- a/src/Scrollbar.c +++ b/src/Scrollbar.c @@ -56,6 +56,9 @@ SOFTWARE. /* created by weissman, Mon Jul 7 13:20:03 1986 */ /* converted by swick, Thu Aug 27 1987 */ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif #include <X11/Xaw3d/Xaw3dP.h> #include <X11/IntrinsicP.h> |