From: Florian Forster Date: Thu, 18 Apr 2013 04:25:58 +0000 (+0200) Subject: src/utils_mount.h: Add . X-Git-Tag: collectd-5.3.1~4^2~1^2~1 X-Git-Url: https://git.octo.it/?p=collectd.git;a=commitdiff_plain;h=4bbfb2b9f391f273744163cfda7bec96671e9d9c src/utils_mount.h: Add . This is required on Solaris 10. Thanks to dannypoo@ for reporting this problem. Github: #306 --- diff --git a/src/utils_mount.h b/src/utils_mount.h index 1f2403c3..83f789be 100644 --- a/src/utils_mount.h +++ b/src/utils_mount.h @@ -26,6 +26,7 @@ #ifndef COLLECTD_UTILS_MOUNT_H #define COLLECTD_UTILS_MOUNT_H 1 +#include #if HAVE_FS_INFO_H # include #endif