Merge "Include stdint.h in where it's used"
This commit is contained in:
@@ -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
|
||||
|
@@ -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;
|
||||
|
Reference in New Issue
Block a user