diff options
Diffstat (limited to 'Objects/cellobject.c')
-rw-r--r-- | Objects/cellobject.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Objects/cellobject.c b/Objects/cellobject.c index f516707f6f8..f1a43be38b2 100644 --- a/Objects/cellobject.c +++ b/Objects/cellobject.c @@ -1,6 +1,7 @@ /* Cell object implementation */ #include "Python.h" +#include "pycore_modsupport.h" // _PyArg_NoKeywords() #include "pycore_object.h" PyObject * |