Add needed #include <ctype.h>

This commit is contained in:
Guido van Rossum 1996-08-21 23:38:24 +00:00
parent 4f903463b8
commit c1d5053882
1 changed files with 2 additions and 0 deletions

View File

@ -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 *, ...));