aboutsummaryrefslogtreecommitdiffstats
path: root/sprintf.c
diff options
context:
space:
mode:
Diffstat (limited to 'sprintf.c')
-rw-r--r--sprintf.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sprintf.c b/sprintf.c
index 15678232e9..0d935a1eb5 100644
--- a/sprintf.c
+++ b/sprintf.c
@@ -842,6 +842,7 @@ fmt_setup(buf, c, flags, width, prec)
# if SIZEOF_LONG_LONG == SIZEOF_VOIDP
# define _HAVE_SANE_QUAD_
# define _HAVE_LLP64_
+# define quad_t LONG_LONG
# define u_quad_t unsigned LONG_LONG
# endif
#endif