From 6d5aa481669cdbf2f0cb83bb0b8f142ba94307ae Mon Sep 17 00:00:00 2001 From: Matthew Green Date: Mon, 20 Jul 2015 10:22:43 +0200 Subject: Properly hide config.h behind HAVE_CONFIG_H. Signed-off-by: Thomas Klausner Reviewed-by: Alan Coopersmith --- handle.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/handle.c b/handle.c index 00c95a6..02a5f41 100644 --- a/handle.c +++ b/handle.c @@ -26,7 +26,10 @@ from The Open Group. */ +#ifdef HAVE_CONFIG_H #include "config.h" +#endif + #include #include #include -- cgit v1.2.3