diff options
-rw-r--r-- | Python/getargs.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Python/getargs.c b/Python/getargs.c index 8723423..f765a7c 100644 --- a/Python/getargs.c +++ b/Python/getargs.c @@ -31,6 +31,8 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. #include "allobjects.h" +#include <ctype.h> + int getargs PROTO((object *, char *, ...)); int newgetargs PROTO((object *, char *, ...)); |