summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordcoppa <dcoppa@openbsd.org>2015-02-13 13:28:17 +0000
committerdcoppa <dcoppa@openbsd.org>2015-02-13 13:28:17 +0000
commite18e82d80189281c5ad9ad3ad857467e0d55eb07 (patch)
tree45bd75bae90e1dc315bcf374815fe918f5f7573c
parentCall tls_config earlier; otherwise TLS_PROTOCOLS_ALL (to allow TLSv1.0 etc) (diff)
downloadwireguard-openbsd-e18e82d80189281c5ad9ad3ad857467e0d55eb07.tar.xz
wireguard-openbsd-e18e82d80189281c5ad9ad3ad857467e0d55eb07.zip
implicit declaration of function 'free'; add missing stdlib.h
OK sthen@
-rw-r--r--usr.bin/netstat/mroute6.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/netstat/mroute6.c b/usr.bin/netstat/mroute6.c
index 270551e29b9..47a53a85738 100644
--- a/usr.bin/netstat/mroute6.c
+++ b/usr.bin/netstat/mroute6.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: mroute6.c,v 1.19 2015/02/12 23:31:12 claudio Exp $ */
+/* $OpenBSD: mroute6.c,v 1.20 2015/02/13 13:28:17 dcoppa Exp $ */
/*
* Copyright (C) 1998 WIDE Project.
@@ -75,6 +75,7 @@
#include <err.h>
#include <errno.h>
#include <stdio.h>
+#include <stdlib.h>
#include <util.h>
#include "netstat.h"