mirror of
https://github.com/tmux/tmux.git
synced 2024-11-17 18:08:51 +00:00
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:
parent
71c3234dc7
commit
7532a5cf95
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user