Skip to content

Commit 070c68a

Browse files
fix compilation under _Py_OPAQUE_PYOBJECT (#225)
1 parent c36c02f commit 070c68a

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/cffi/_cffi_include.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,9 @@
5959
extern "C" {
6060
#endif
6161
#include <stddef.h>
62+
#include <stdlib.h>
63+
#include <string.h>
64+
6265
#include "parse_c_type.h"
6366

6467
/* this block of #ifs should be kept exactly identical between

0 commit comments

Comments
 (0)