X-Git-Url: https://git.octo.it/?p=collectd.git;a=blobdiff_plain;f=src%2Flibcollectdclient%2Fcollectd%2Fclient.h;h=ea812c1b6774971239c2259760ed9aa78197bedc;hp=d385e908ae45d22f290aa86fc7ec7f41ab88cee3;hb=1159cb5d383c55a80a0db100b8f7aadcf44740a5;hpb=beb469770de2f252b16bb63779067302115a2d6f diff --git a/src/libcollectdclient/collectd/client.h b/src/libcollectdclient/collectd/client.h index d385e908..ea812c1b 100644 --- a/src/libcollectdclient/collectd/client.h +++ b/src/libcollectdclient/collectd/client.h @@ -27,8 +27,8 @@ #ifndef LIBCOLLECTD_COLLECTDCLIENT_H #define LIBCOLLECTD_COLLECTDCLIENT_H 1 -#include "lcc_features.h" -#include "types.h" +#include "collectd/lcc_features.h" +#include "collectd/types.h" /* COLLECTD_TRACE is the environment variable used to control trace output. When * set to something non-zero, all lines sent to / received from the daemon are @@ -40,8 +40,8 @@ /* * Includes (for data types) */ -#include #include +#include #include LCC_BEGIN_DECLS