X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=snprintf%2Fvfprintf.c;h=42ded30c3aad3958a60cdf15725228be111ee3c6;hb=9560f5ebf55ec70baefe6da3e3d644fc7d497b63;hp=896a8840e5470321c1bc1ac00236dfd0cb0f699d;hpb=8620f52a1b21538e8ad3331c04ebf3ba594890f9;p=lttng-ust.git diff --git a/snprintf/vfprintf.c b/snprintf/vfprintf.c index 896a8840..42ded30c 100644 --- a/snprintf/vfprintf.c +++ b/snprintf/vfprintf.c @@ -51,6 +51,7 @@ #include #include #include +#include #include "local.h" #include "fvwrite.h" @@ -1350,7 +1351,7 @@ __grow_type_table(unsigned char **typetable, int *tablesize) return (0); } - + #ifdef FLOATING_POINT static int exponent(char *p0, int exp, int fmtch)