X-Git-Url: https://git.octo.it/?a=blobdiff_plain;ds=sidebyside;f=src%2Fcollectdctl.c;h=2329285371281e849e5bf82994111912201d2036;hb=7c643fa8b9d103ad27c0996c788ba3c910a5b2a4;hp=61b7fc55e2c24ff880730580abf2d48e0e0f571d;hpb=119bd8e21c762a30d6f12e419cf5a7b7ee9e6b48;p=collectd.git diff --git a/src/collectdctl.c b/src/collectdctl.c index 61b7fc55..23292853 100644 --- a/src/collectdctl.c +++ b/src/collectdctl.c @@ -65,7 +65,7 @@ # endif #endif /* NAN_ZERO_ZERO */ -#include "libcollectdclient/client.h" +#include "libcollectdclient/collectd/client.h" #define DEFAULT_SOCK LOCALSTATEDIR"/run/"PACKAGE_NAME"-unixsock" @@ -99,7 +99,7 @@ static void exit_usage (const char *name, int status) { "No error is returned if the specified identifier does not exist.\n" "\n"PACKAGE" "VERSION", http://collectd.org/\n" - "by Florian octo Forster \n" + "by Florian octo Forster \n" "for contributions see `AUTHORS'\n" , name); exit (status);