From: Max Khon Date: Wed, 12 Dec 2012 06:48:23 +0000 (+0700) Subject: Fix build when glib is in non-standard location (e.g. /opt). X-Git-Tag: v1.5.0-rc1~197^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F360%2Fhead;p=thirdparty%2Frrdtool-1.x.git Fix build when glib is in non-standard location (e.g. /opt). --- 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, ...) \