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_arm.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_arm.c')
-rw-r--r-- | lib/libkvm/kvm_arm.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libkvm/kvm_arm.c b/lib/libkvm/kvm_arm.c index 1dcb10ee1c8..c896e0dd157 100644 --- a/lib/libkvm/kvm_arm.c +++ b/lib/libkvm/kvm_arm.c @@ -1,4 +1,4 @@ -/* $OpenBSD: kvm_arm.c,v 1.2 2004/06/15 03:52:59 deraadt Exp $ */ +/* $OpenBSD: kvm_arm.c,v 1.3 2004/09/15 19:31:31 miod Exp $ */ /*- * Copyright (C) 1996 Wolfgang Solfrank. @@ -37,6 +37,7 @@ #include <sys/param.h> +#include <stdlib.h> #include <db.h> #include <limits.h> #include <kvm.h> |