summaryrefslogtreecommitdiffstats
path: root/lib/libkvm/kvm_powerpc.c
diff options
context:
space:
mode:
authormiod <miod@openbsd.org>2004-09-15 19:31:31 +0000
committermiod <miod@openbsd.org>2004-09-15 19:31:31 +0000
commitb7e5637a6c521dee53aeb950b6abd5c7c521fe4d (patch)
tree9cfc5a2035d4a7e607471e5056365936b39c054e /lib/libkvm/kvm_powerpc.c
parentneed buf_free() to free buf, free() is not good enough (diff)
downloadwireguard-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.c1
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>