From c8d0d0ca6f1edf4803affa4b8733a92916e4a5ec Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Fri, 26 Jan 2001 11:15:37 +0000 Subject: Include stddef.h. --- lib/quotearg.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'lib/quotearg.c') diff --git a/lib/quotearg.c b/lib/quotearg.c index d5fbc9e60..a668a68b5 100644 --- a/lib/quotearg.c +++ b/lib/quotearg.c @@ -1,5 +1,5 @@ /* quotearg.c - quote arguments for output - Copyright (C) 1998, 1999, 2000 Free Software Foundation, Inc. + Copyright (C) 1998, 1999, 2000, 2001 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -21,6 +21,9 @@ # include #endif +#if HAVE_STDDEF_H +# include /* For the definition of size_t on windows w/MSVC. */ +#endif #include #include #include -- cgit v1.2.3-54-g00ecf