sys/signal.h (or some master include) must happen before sys/proc.h, which

is not standalone.
This problem is being hidden by a sys/param.h which cannot be deleted yet.
This commit is contained in:
deraadt 2021-12-07 00:40:03 +00:00
parent 71c3234dc7
commit 7532a5cf95

View File

@ -18,6 +18,7 @@
#include <sys/param.h> /* MAXCOMLEN */
#include <sys/types.h>
#include <sys/signal.h>
#include <sys/proc.h>
#include <sys/sysctl.h>
#include <sys/stat.h>