X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fcollectd.h;h=e7fc4e3554f4c0c0ea90403994af186e11d4cf56;hb=171d6a4bd5e05b56be83860701d35bfe1373d6a7;hp=957654bc0abcc446fd03c94fdc06b69de27878af;hpb=5f3702fcc67d68d428708e9cf5e5897ad2578925;p=collectd.git diff --git a/src/collectd.h b/src/collectd.h index 957654bc..e7fc4e35 100644 --- a/src/collectd.h +++ b/src/collectd.h @@ -227,10 +227,6 @@ typedef bool _Bool; # include #endif -#if HAVE_SENSORS_SENSORS_H -# include -#endif - #ifndef PACKAGE_NAME #define PACKAGE_NAME "collectd" #endif @@ -300,5 +296,6 @@ typedef bool _Bool; extern char hostname_g[]; extern int interval_g; +extern int timeout_g; #endif /* COLLECTD_H */