X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Flibcollectdclient%2Fcollectd%2Fclient.h;h=ea812c1b6774971239c2259760ed9aa78197bedc;hb=a1b19a64325554b0410daaefed3ce229b34958b7;hp=d385e908ae45d22f290aa86fc7ec7f41ab88cee3;hpb=beb469770de2f252b16bb63779067302115a2d6f;p=collectd.git 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