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_powerpc.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_powerpc.c')
-rw-r--r-- | lib/libkvm/kvm_powerpc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libkvm/kvm_powerpc.c b/lib/libkvm/kvm_powerpc.c index 7927fe9a5c8..d22b253fa2f 100644 --- a/lib/libkvm/kvm_powerpc.c +++ b/lib/libkvm/kvm_powerpc.c @@ -37,6 +37,7 @@ #include <sys/param.h> +#include <stdlib.h> #include <db.h> #include <limits.h> #include <kvm.h> |