]> git.ipfire.org Git - thirdparty/rrdtool-1.x.git/commitdiff
Fix build when glib is in non-standard location (e.g. /opt). 360/head
authorMax Khon <fjoe@samodelkin.net>
Wed, 12 Dec 2012 06:48:23 +0000 (13:48 +0700)
committerMax Khon <fjoe@samodelkin.net>
Wed, 12 Dec 2012 06:48:23 +0000 (13:48 +0700)
src/rrd_daemon.c

index 0ea5bf767f0e45fd88a28a1bdb19020e97dccb48..2fdef1237dd293a2cec139a08a82476e437443da 100644 (file)
 #include <tcpd.h>
 #endif /* HAVE_LIBWRAP */
 
-#include <glib-2.0/glib.h>
+#include <glib.h>
 /* }}} */
 
 #define RRDD_LOG(severity, ...) \