summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRincewindsHat <12514511+RincewindsHat@users.noreply.github.com>2023-10-08 20:38:36 (GMT)
committerRincewindsHat <12514511+RincewindsHat@users.noreply.github.com>2023-10-08 20:38:36 (GMT)
commitc011d010ee322f7fab8d0946b34caf443ce14438 (patch)
tree9ae9c0af68de925410266c0475ae00fee39b97d9
parentda59856f99815cb86c2b6c633a4a49bc6895fd7b (diff)
parent4d8f1dab571ff86af3c3cc8695683d40ef0b5a56 (diff)
downloadmonitoring-plugins-c011d010ee322f7fab8d0946b34caf443ce14438.tar.gz
Merge branch 'master' into datamuc-merge-jitter
-rw-r--r--plugins/runcmd.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/runcmd.c b/plugins/runcmd.c
index bc0a497..4f3e349 100644
--- a/plugins/runcmd.c
+++ b/plugins/runcmd.c
@@ -60,6 +60,8 @@
60# define SIG_ERR ((Sigfunc *)-1) 60# define SIG_ERR ((Sigfunc *)-1)
61#endif 61#endif
62 62
63#include "../lib/maxfd.h"
64
63/* This variable must be global, since there's no way the caller 65/* This variable must be global, since there's no way the caller
64 * can forcibly slay a dead or ungainly running program otherwise. 66 * can forcibly slay a dead or ungainly running program otherwise.
65 * Multithreading apps and plugins can initialize it (via NP_RUNCMD_INIT) 67 * Multithreading apps and plugins can initialize it (via NP_RUNCMD_INIT)