Author: Philip Jenvey <[email protected]> Branch: py3k Changeset: r63777:1640a73b7e8d Date: 2013-04-30 14:42 -0700 http://bitbucket.org/pypy/pypy/changeset/1640a73b7e8d/
Log: quiet a warning diff --git a/pypy/module/_codecs/locale.c b/pypy/module/_codecs/locale.c --- a/pypy/module/_codecs/locale.c +++ b/pypy/module/_codecs/locale.c @@ -4,6 +4,7 @@ /* #include "Python.h" */ +#include <ctype.h> #include <locale.h> #include <stdlib.h> #include <stdio.h> _______________________________________________ pypy-commit mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-commit
