Merge pull request #1933 from RincewindsHat/compiler-warnings-werror

Fix missing include in plugins/runcmd.c
This commit is contained in:
Lorenz Kästle 2023-10-08 13:33:32 +02:00 committed by GitHub
commit 4d8f1dab57
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)