lcc: network.h: Fix an include.
authorFlorian Forster <octo@leeloo.lan.home.verplant.org>
Tue, 17 Aug 2010 06:49:53 +0000 (08:49 +0200)
committerFlorian Forster <octo@leeloo.lan.home.verplant.org>
Tue, 17 Aug 2010 06:49:53 +0000 (08:49 +0200)
src/libcollectdclient/collectd/network.h

index 2afc706..7118ee5 100644 (file)
@@ -26,7 +26,7 @@
 #include <stdint.h>
 #include <inttypes.h>
 
-#include "collectd/client.h"
+#include "client.h"
 
 #define NET_DEFAULT_V4_ADDR "239.192.74.66"
 #define NET_DEFAULT_V6_ADDR "ff18::efc0:4a42"