Merged branch 'collectd-4.10' into collectd-5.4.
[collectd.git] / src / utils_cmd_getval.c
index cbdd617..8d214aa 100644 (file)
@@ -25,6 +25,7 @@
 
 #include "utils_cache.h"
 #include "utils_parse_option.h"
+#include "utils_cmd_getval.h"
 
 #define print_to_socket(fh, ...) \
   do { \
@@ -35,7 +36,7 @@
       return -1; \
     } \
     fflush(fh); \
-  } while (0);
+  } while (0)
 
 int handle_getval (FILE *fh, char *buffer)
 {