summaryrefslogtreecommitdiff
path: root/lib/quote.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2001-01-26 11:15:37 +0000
committerJim Meyering <jim@meyering.net>2001-01-26 11:15:37 +0000
commitc8d0d0ca6f1edf4803affa4b8733a92916e4a5ec (patch)
tree0ea117f21078fc9dce57b2c60a310115165584ea /lib/quote.c
parent0e3fea79f36e19a9ffb74ec43c82b213208ca996 (diff)
downloadcoreutils-c8d0d0ca6f1edf4803affa4b8733a92916e4a5ec.tar.xz
Include stddef.h.
Diffstat (limited to 'lib/quote.c')
-rw-r--r--lib/quote.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/quote.c b/lib/quote.c
index fd1b57e92..0ce935cb2 100644
--- a/lib/quote.c
+++ b/lib/quote.c
@@ -4,6 +4,9 @@
# include <config.h>
#endif
+#if HAVE_STDDEF_H
+# include <stddef.h> /* For the definition of size_t on windows w/MSVC. */
+#endif
#include <sys/types.h>
#include <quotearg.h>
#include <quote.h>