From: deraadt Date: Tue, 7 Dec 2021 00:40:03 +0000 (+0000) Subject: sys/signal.h (or some master include) must happen before sys/proc.h, which X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=abacbc9bcff6d484566e5b9a4bf30d9d041bc508;p=openbsd 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. --- diff --git a/usr.bin/tmux/procname.c b/usr.bin/tmux/procname.c index 2ee1aa4b177..8871abfc74c 100644 --- a/usr.bin/tmux/procname.c +++ b/usr.bin/tmux/procname.c @@ -1,4 +1,4 @@ -/* $OpenBSD: procname.c,v 1.18 2021/12/07 00:38:42 deraadt Exp $ */ +/* $OpenBSD: procname.c,v 1.19 2021/12/07 00:40:03 deraadt Exp $ */ /* * Copyright (c) 2009 Nicholas Marriott @@ -18,6 +18,7 @@ #include /* MAXCOMLEN */ #include +#include #include #include #include