Skip to content

Commit

Permalink
Update _decimal.c
Browse files Browse the repository at this point in the history
* Include explicitly <ctype.h> in _decimal.c to get isascii().
  • Loading branch information
vstinner committed Sep 1, 2023
1 parent 8a41816 commit aa6addd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Modules/_decimal/_decimal.c
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
#include "complexobject.h"
#include "mpdecimal.h"

#include <ctype.h> // isascii()
#include <stdlib.h>

#include "docstrings.h"
Expand Down

0 comments on commit aa6addd

Please sign in to comment.