From fd62769c3882adea118dccaff80a06009874a2d1 Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Fri, 15 Nov 2019 16:01:20 +1100 Subject: upstream commit revision 1.42 date: 2015/02/05 12:59:57; author: millert; state: Exp; lines: +2 -1; commitid: DTQbfd4poqBW8iSJ; Include stdint.h, not limits.h to get SIZE_MAX. OK guenther@ --- openbsd-compat/glob.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/openbsd-compat/glob.c b/openbsd-compat/glob.c index f522e6dde..e90265971 100644 --- a/openbsd-compat/glob.c +++ b/openbsd-compat/glob.c @@ -1,4 +1,4 @@ -/* $OpenBSD: glob.c,v 1.41 2014/10/08 05:35:27 deraadt Exp $ */ +/* $OpenBSD: glob.c,v 1.42 2015/02/05 12:59:57 millert Exp $ */ /* * Copyright (c) 1989, 1993 * The Regents of the University of California. All rights reserved. @@ -70,6 +70,9 @@ #include #include #include +#ifdef HAVE_STDINT_H +#include +#endif #include #include -- cgit v1.2.3