diff options
author | Ton Voon <ton.voon@opsera.com> | 2009-07-14 22:20:21 (GMT) |
---|---|---|
committer | Ton Voon <ton.voon@opsera.com> | 2009-07-14 22:20:21 (GMT) |
commit | 0dcd5e677e5565a2b86bbd02ef3054efeee7dff8 (patch) | |
tree | df6b268aa4b271f9a685c211ddf5fd489daa3376 /plugins-root | |
parent | 9ff36ec7e341dab6792652b4b18e32016eeef3d2 (diff) | |
download | monitoring-plugins-0dcd5e677e5565a2b86bbd02ef3054efeee7dff8.tar.gz |
pst3 compile with Sun Studio Compiler
Diffstat (limited to 'plugins-root')
-rw-r--r-- | plugins-root/pst3.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins-root/pst3.c b/plugins-root/pst3.c index 8513656..7586d5f 100644 --- a/plugins-root/pst3.c +++ b/plugins-root/pst3.c | |||
@@ -43,6 +43,8 @@ | |||
43 | 43 | ||
44 | #include <stdio.h> | 44 | #include <stdio.h> |
45 | #include <stdlib.h> | 45 | #include <stdlib.h> |
46 | #include <string.h> | ||
47 | #include <unistd.h> | ||
46 | #include <dirent.h> | 48 | #include <dirent.h> |
47 | #include <errno.h> | 49 | #include <errno.h> |
48 | #include <fcntl.h> | 50 | #include <fcntl.h> |