src/utils_mount.h: Add <stdio.h>.
authorFlorian Forster <octo@collectd.org>
Thu, 18 Apr 2013 04:25:58 +0000 (06:25 +0200)
committerFlorian Forster <octo@collectd.org>
Thu, 18 Apr 2013 04:25:58 +0000 (06:25 +0200)
This is required on Solaris 10. Thanks to dannypoo@ for reporting this
problem.

Github: #306

src/utils_mount.h

index 1f2403c..83f789b 100644 (file)
@@ -26,6 +26,7 @@
 #ifndef COLLECTD_UTILS_MOUNT_H
 #define COLLECTD_UTILS_MOUNT_H 1
 
+#include <stdio.h>
 #if HAVE_FS_INFO_H
 # include <fs_info.h>
 #endif