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_hppa.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_hppa.c')
-rw-r--r-- | lib/libkvm/kvm_hppa.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libkvm/kvm_hppa.c b/lib/libkvm/kvm_hppa.c index a4a45d9869b..897f6138eb4 100644 --- a/lib/libkvm/kvm_hppa.c +++ b/lib/libkvm/kvm_hppa.c @@ -1,4 +1,4 @@ -/* $OpenBSD: kvm_hppa.c,v 1.3 2004/06/15 03:52:59 deraadt Exp $ */ +/* $OpenBSD: kvm_hppa.c,v 1.4 2004/09/15 19:31:31 miod Exp $ */ /* * Copyright (c) 2002, Miodrag Vallat. @@ -28,6 +28,7 @@ #include <sys/param.h> #include <unistd.h> +#include <stdlib.h> #include <kvm.h> #include <db.h> |