diff options
author | 2004-09-15 19:31:31 +0000 | |
---|---|---|
committer | 2004-09-15 19:31:31 +0000 | |
commit | b7e5637a6c521dee53aeb950b6abd5c7c521fe4d (patch) | |
tree | 9cfc5a2035d4a7e607471e5056365936b39c054e /lib/libkvm/kvm_m88k.c | |
parent | need buf_free() to free buf, free() is not good enough (diff) | |
download | wireguard-openbsd-b7e5637a6c521dee53aeb950b6abd5c7c521fe4d.tar.xz wireguard-openbsd-b7e5637a6c521dee53aeb950b6abd5c7c521fe4d.zip |
Kill (almost all) warnings.
Diffstat (limited to 'lib/libkvm/kvm_m88k.c')
-rw-r--r-- | lib/libkvm/kvm_m88k.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libkvm/kvm_m88k.c b/lib/libkvm/kvm_m88k.c index 2f53544859e..a2e715c2eca 100644 --- a/lib/libkvm/kvm_m88k.c +++ b/lib/libkvm/kvm_m88k.c @@ -1,4 +1,4 @@ -/* $OpenBSD: kvm_m88k.c,v 1.2 2004/06/15 03:52:59 deraadt Exp $ */ +/* $OpenBSD: kvm_m88k.c,v 1.3 2004/09/15 19:31:31 miod Exp $ */ /* $NetBSD: kvm_alpha.c,v 1.2 1995/09/29 03:57:48 cgd Exp $ */ /* @@ -33,6 +33,7 @@ #include <sys/proc.h> #include <sys/stat.h> #include <unistd.h> +#include <stdlib.h> #include <nlist.h> #include <kvm.h> |