summaryrefslogtreecommitdiff
path: root/lib/quote.c
diff options
context:
space:
mode:
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>