diff options
Diffstat (limited to 'atobm.c')
-rw-r--r-- | atobm.c | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -31,6 +31,10 @@ from The Open Group. * Author: Jim Fulton, MIT X Consortium */ +#ifdef HAVE_CONFIG_H +# include "config.h" +#endif + #include <stdio.h> #include <ctype.h> #include <X11/Xos.h> |