projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d4fcd06
)
src/utils_mount.h: Add <stdio.h>.
author
Florian Forster
<octo@collectd.org>
Thu, 18 Apr 2013 04:25:58 +0000
(06:25 +0200)
committer
Florian 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
patch
|
blob
|
history
diff --git
a/src/utils_mount.h
b/src/utils_mount.h
index
1f2403c
..
83f789b
100644
(file)
--- 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 <stdio.h>
#if HAVE_FS_INFO_H
# include <fs_info.h>
#endif