mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-04-02 23:58:42 -04:00
Fix missing include in plugins/runcmd.c
This commit is contained in:
parent
2a7ee15b70
commit
09923e8a0f
1 changed files with 2 additions and 0 deletions
|
|
@ -60,6 +60,8 @@
|
|||
# define SIG_ERR ((Sigfunc *)-1)
|
||||
#endif
|
||||
|
||||
#include "../lib/maxfd.h"
|
||||
|
||||
/* This variable must be global, since there's no way the caller
|
||||
* can forcibly slay a dead or ungainly running program otherwise.
|
||||
* Multithreading apps and plugins can initialize it (via NP_RUNCMD_INIT)
|
||||
|
|
|
|||
Loading…
Reference in a new issue