diff options
-rw-r--r-- | exec.c | 4 | ||||
-rw-r--r-- | pf.c | 4 | ||||
-rw-r--r-- | xmodmap.c | 4 |
3 files changed, 12 insertions, 0 deletions
@@ -54,6 +54,10 @@ from The Open Group. * original xmodmap, written by David Rosenthal, of Sun Microsystems. */ +#ifdef HAVE_CONFIG_H +# include "config.h" +#endif + #include <X11/Xos.h> #include <X11/Xlib.h> #include <stdio.h> @@ -26,6 +26,10 @@ from The Open Group. */ +#ifdef HAVE_CONFIG_H +# include "config.h" +#endif + #include <X11/Xos.h> #include <X11/Xlib.h> #include <stdio.h> @@ -26,6 +26,10 @@ from The Open Group. */ +#ifdef HAVE_CONFIG_H +# include "config.h" +#endif + #include <X11/Xos.h> #include <X11/Xlib.h> #include <stdio.h> |