summaryrefslogtreecommitdiffstats
path: root/usr.bin/cvs/logmsg.c
diff options
context:
space:
mode:
authormillert <millert@openbsd.org>2015-02-05 12:59:57 +0000
committermillert <millert@openbsd.org>2015-02-05 12:59:57 +0000
commit1357284a52eeaab13e37b2fa04ef8c1009e91b87 (patch)
tree0026dec4027925dd6be8de535cab2c05cbdbc4d3 /usr.bin/cvs/logmsg.c
parentInclude sys/stdint.h for SIZE_MAX. OK deraadt@ miod@ (diff)
downloadwireguard-openbsd-1357284a52eeaab13e37b2fa04ef8c1009e91b87.tar.xz
wireguard-openbsd-1357284a52eeaab13e37b2fa04ef8c1009e91b87.zip
Include stdint.h, not limits.h to get SIZE_MAX. OK guenther@
Diffstat (limited to 'usr.bin/cvs/logmsg.c')
-rw-r--r--usr.bin/cvs/logmsg.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/cvs/logmsg.c b/usr.bin/cvs/logmsg.c
index 7e4eae7ccfb..e2f7fff9066 100644
--- a/usr.bin/cvs/logmsg.c
+++ b/usr.bin/cvs/logmsg.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: logmsg.c,v 1.55 2015/01/16 06:40:07 deraadt Exp $ */
+/* $OpenBSD: logmsg.c,v 1.56 2015/02/05 12:59:57 millert Exp $ */
/*
* Copyright (c) 2007 Joris Vink <joris@openbsd.org>
*
@@ -24,6 +24,7 @@
#include <libgen.h>
#include <paths.h>
#include <signal.h>
+#include <stdint.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>