From 731dc00d80a1e46b6c0c792de01e49bdddcba0da Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Thu, 5 Feb 2015 12:59:59 +0000 Subject: Include stdint.h, not limits.h to get SIZE_MAX. OK guenther@ --- lib/libc/gen/glob.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib/libc/gen/glob.c') diff --git a/lib/libc/gen/glob.c b/lib/libc/gen/glob.c index da58261177e..a046ed6a377 100644 --- a/lib/libc/gen/glob.c +++ b/lib/libc/gen/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. @@ -64,6 +64,7 @@ #include #include #include +#include #include #include #include -- cgit v1.2.3