summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormillert <millert@openbsd.org>2015-04-29 00:13:26 +0000
committermillert <millert@openbsd.org>2015-04-29 00:13:26 +0000
commitc39980c88ac62129f67605698e38fc77f5d90c80 (patch)
tree7c25d8f3b4446d9161ee702d61e2d6b93a464849
parentAdd missing BN_CTX_end() calls. (diff)
downloadwireguard-openbsd-c39980c88ac62129f67605698e38fc77f5d90c80.tar.xz
wireguard-openbsd-c39980c88ac62129f67605698e38fc77f5d90c80.zip
Add missing #include <stdint.h> for SIZE_MAX
-rw-r--r--usr.bin/m4/gnum4.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/m4/gnum4.c b/usr.bin/m4/gnum4.c
index 8bc007b567f..94d23496eac 100644
--- a/usr.bin/m4/gnum4.c
+++ b/usr.bin/m4/gnum4.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: gnum4.c,v 1.49 2015/04/25 15:33:47 espie Exp $ */
+/* $OpenBSD: gnum4.c,v 1.50 2015/04/29 00:13:26 millert Exp $ */
/*
* Copyright (c) 1999 Marc Espie
@@ -37,6 +37,7 @@
#include <regex.h>
#include <stddef.h>
#include <stdlib.h>
+#include <stdint.h>
#include <stdio.h>
#include <string.h>
#include <errno.h>