diff options
author | Matthew Green <mrg@NetBSD.org> | 2015-07-20 10:22:43 +0200 |
---|---|---|
committer | Thomas Klausner <wiz@NetBSD.org> | 2015-07-20 19:55:54 +0200 |
commit | 6d5aa481669cdbf2f0cb83bb0b8f142ba94307ae (patch) | |
tree | c5e42c618cf48202afb38f8e4d0e3a922c39575c /handle.c | |
parent | 1e0d98566d01fb5da9836e1fc402fb28f8d8b499 (diff) |
Properly hide config.h behind HAVE_CONFIG_H.
Signed-off-by: Thomas Klausner <wiz@NetBSD.org>
Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'handle.c')
-rw-r--r-- | handle.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -26,7 +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> |