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: 1.4.8~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a234579cdf7eb99b3c93a4463dcf82b50f709785;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 f5ab6bbb..ed7bb4de 100644 --- a/src/rrd_daemon.c +++ b/src/rrd_daemon.c @@ -105,7 +105,7 @@ #include #endif /* HAVE_LIBWRAP */ -#include +#include /* }}} */ #define RRDD_LOG(severity, ...) \