diff options
| author | waja <waja@users.noreply.github.com> | 2023-06-28 16:39:27 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-06-28 16:39:27 +0200 |
| commit | 265a7c0ed8ccde7868bb7e77c44aecc403743c21 (patch) | |
| tree | 3a02f6ce03e8f781dcfca22ee1f17817225a0ff9 /plugins/runcmd.c | |
| parent | b96a8424f0ec6206238b650c2c63b4bd006ab43a (diff) | |
| parent | b24eb7f46ac8667324efd818c01d68d5a1376c89 (diff) | |
| download | monitoring-plugins-265a7c0ed8ccde7868bb7e77c44aecc403743c21.tar.gz | |
Merge branch 'master' into compiler_warning_part_2
Diffstat (limited to 'plugins/runcmd.c')
| -rw-r--r-- | plugins/runcmd.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/runcmd.c b/plugins/runcmd.c index 1bd2ca1f..c1d675d0 100644 --- a/plugins/runcmd.c +++ b/plugins/runcmd.c | |||
| @@ -44,6 +44,8 @@ | |||
| 44 | # include <sys/wait.h> | 44 | # include <sys/wait.h> |
| 45 | #endif | 45 | #endif |
| 46 | 46 | ||
| 47 | #include "./utils.h" | ||
| 48 | |||
| 47 | /** macros **/ | 49 | /** macros **/ |
| 48 | #ifndef WEXITSTATUS | 50 | #ifndef WEXITSTATUS |
| 49 | # define WEXITSTATUS(stat_val) ((unsigned)(stat_val) >> 8) | 51 | # define WEXITSTATUS(stat_val) ((unsigned)(stat_val) >> 8) |
