fix: avoid warnings with python headers

This commit is contained in:
David Huggins-Daines
2022-08-12 10:51:07 -04:00
parent d54f95fb53
commit dbecaecd34
+2
View File
@@ -7,7 +7,9 @@
#cmakedefine DEFAULT_RADIX @DEFAULT_RADIX@
/* Define if you have the <stdint.h> header file. */
#ifndef HAVE_STDINT_H
#cmakedefine HAVE_STDINT_H
#endif
/* The size of `long', as computed by sizeof. */
#cmakedefine SIZEOF_LONG @SIZEOF_LONG@