]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Add needed #include <ctype.h>
authorGuido van Rossum <guido@python.org>
Wed, 21 Aug 1996 23:38:24 +0000 (23:38 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 21 Aug 1996 23:38:24 +0000 (23:38 +0000)
Python/getargs.c

index 8723423a814cb35224628028bdce52b90396108a..f765a7c4466249a2256ae50b08dff1221bfcb158 100644 (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 *, ...));