diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2018-11-21 08:50:22 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2018-11-21 08:50:22 +0000 |
commit | c4b04b162444222cfbc0b5943c6e5db433e8d427 (patch) | |
tree | 50e280b83122694b8e606170ddf62bd7b48cc6a7 /osdep-freebsd.c | |
parent | efd01f3bfd84d4a692cfbf746517f891d4ecaa27 (diff) | |
download | rtmux-c4b04b162444222cfbc0b5943c6e5db433e8d427.tar.gz rtmux-c4b04b162444222cfbc0b5943c6e5db433e8d427.tar.bz2 rtmux-c4b04b162444222cfbc0b5943c6e5db433e8d427.zip |
Fixes for GNU/kFreeBSD from James Clarke.
Diffstat (limited to 'osdep-freebsd.c')
-rw-r--r-- | osdep-freebsd.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/osdep-freebsd.c b/osdep-freebsd.c index 61f3f507..a7d02930 100644 --- a/osdep-freebsd.c +++ b/osdep-freebsd.c @@ -31,6 +31,8 @@ #include <unistd.h> #include <libutil.h> +#include "compat.h" + struct kinfo_proc *cmp_procs(struct kinfo_proc *, struct kinfo_proc *); char *osdep_get_name(int, char *); char *osdep_get_cwd(int); |