diff options
Diffstat (limited to 'Python/mysnprintf.c')
| -rw-r--r-- | Python/mysnprintf.c | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/Python/mysnprintf.c b/Python/mysnprintf.c index a08e249..39e3ff1 100644 --- a/Python/mysnprintf.c +++ b/Python/mysnprintf.c @@ -1,4 +1,5 @@  #include "Python.h" +#include <ctype.h>  /* snprintf() wrappers.  If the platform has vsnprintf, we use it, else we     emulate it in a half-hearted way.  Even if the platform has it, we wrap | 
