Fix missing include in plugins/runcmd.c

This commit is contained in:
RincewindsHat 2023-10-07 23:31:59 +02:00
parent 2a7ee15b70
commit 09923e8a0f

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)