From c2b9b328d4c549ae2dca63a019fe23435a5f70cc Mon Sep 17 00:00:00 2001 From: Max Khon Date: Wed, 12 Dec 2012 13:48:23 +0700 Subject: [PATCH] Fix build when glib is in non-standard location (e.g. /opt). --- src/rrd_daemon.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rrd_daemon.c b/src/rrd_daemon.c index 0ea5bf76..2fdef123 100644 --- a/src/rrd_daemon.c +++ b/src/rrd_daemon.c @@ -106,7 +106,7 @@ #include #endif /* HAVE_LIBWRAP */ -#include +#include /* }}} */ #define RRDD_LOG(severity, ...) \ -- 2.47.2