diff options
author | Ton Voon <ton.voon@opsera.com> | 2009-07-14 23:20:21 +0100 |
---|---|---|
committer | Ton Voon <ton.voon@opsera.com> | 2009-07-14 23:20:21 +0100 |
commit | 0dcd5e677e5565a2b86bbd02ef3054efeee7dff8 (patch) | |
tree | df6b268aa4b271f9a685c211ddf5fd489daa3376 /plugins-root/pst3.c | |
parent | 9ff36ec7e341dab6792652b4b18e32016eeef3d2 (diff) | |
download | monitoring-plugins-0dcd5e677e5565a2b86bbd02ef3054efeee7dff8.tar.gz |
pst3 compile with Sun Studio Compiler
Diffstat (limited to 'plugins-root/pst3.c')
-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 85136569..7586d5f3 100644 --- a/plugins-root/pst3.c +++ b/plugins-root/pst3.c @@ -43,6 +43,8 @@ #include <stdio.h> #include <stdlib.h> +#include <string.h> +#include <unistd.h> #include <dirent.h> #include <errno.h> #include <fcntl.h> |