mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-06-13 18:50:01 -04:00
Merge pull request #1933 from RincewindsHat/compiler-warnings-werror
Fix missing include in plugins/runcmd.c
This commit is contained in:
commit
4d8f1dab57
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