Merge "Include stdint.h in where it's used"

This commit is contained in:
Zuul
2024-01-25 18:28:20 +00:00
committed by Gerrit Code Review
2 changed files with 1 additions and 3 deletions

View File

@@ -24,6 +24,7 @@
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
#include <stdint.h>
#include <stdio.h>
#include <paths.h>
#define PY_SSIZE_T_CLEAN

View File

@@ -27,9 +27,6 @@
#ifndef __PYEC_LIB_C_H_
#define __PYEC_LIB_C_H_
/* For exact-width integer types */
#include <stdint.h>
typedef struct pyeclib_s
{
int ec_desc;