X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fdaemon%2Fplugin.c;h=6c6ab63c0209891470c824d1f8dc432af4695f5b;hb=e1812f8e5c5f91328398c66b602d07ee7c6ede51;hp=cd992044b2c199f07483b3807b7157986c411bed;hpb=0e363577f4d0a94bef1929f9d9829fb94765ec1e;p=collectd.git diff --git a/src/daemon/plugin.c b/src/daemon/plugin.c index cd992044..6c6ab63c 100644 --- a/src/daemon/plugin.c +++ b/src/daemon/plugin.c @@ -38,10 +38,6 @@ #include "utils_time.h" #include "utils_random.h" -#if HAVE_PTHREAD_H -# include -#endif - #include /* @@ -397,7 +393,7 @@ static int plugin_load_file (char *file, uint32_t flags) ssnprintf (errbuf, sizeof (errbuf), "lt_dlopen (\"%s\") failed: %s. " - "The most common cause for this problem are " + "The most common cause for this problem is " "missing dependencies. Use ldd(1) to check " "the dependencies of the plugin " "/ shared object.",