summaryrefslogtreecommitdiffstats
path: root/usr.bin
diff options
context:
space:
mode:
authorguenther <guenther@openbsd.org>2016-08-27 04:04:56 +0000
committerguenther <guenther@openbsd.org>2016-08-27 04:04:56 +0000
commitbd02d6fcdd78660970be5075051459ca1bc8ecd8 (patch)
tree54e4f90dd8bd76235fcf0c62ef70fcf09f87e3bb /usr.bin
parentPull in <stdio.h> for NULL (diff)
downloadwireguard-openbsd-bd02d6fcdd78660970be5075051459ca1bc8ecd8.tar.xz
wireguard-openbsd-bd02d6fcdd78660970be5075051459ca1bc8ecd8.zip
Pull in <stdlib.h> for NULL
ok deraadt@
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/ssh/chacha.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/ssh/chacha.h b/usr.bin/ssh/chacha.h
index 40eaf2d9009..762052565d5 100644
--- a/usr.bin/ssh/chacha.h
+++ b/usr.bin/ssh/chacha.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: chacha.h,v 1.3 2014/05/02 03:27:54 djm Exp $ */
+/* $OpenBSD: chacha.h,v 1.4 2016/08/27 04:04:56 guenther Exp $ */
/*
chacha-merged.c version 20080118
@@ -10,6 +10,7 @@ Public domain.
#define CHACHA_H
#include <sys/types.h>
+#include <stdlib.h>
struct chacha_ctx {
u_int input[16];