We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c36c02f commit 070c68aCopy full SHA for 070c68a
1 file changed
src/cffi/_cffi_include.h
@@ -59,6 +59,9 @@
59
extern "C" {
60
#endif
61
#include <stddef.h>
62
+#include <stdlib.h>
63
+#include <string.h>
64
+
65
#include "parse_c_type.h"
66
67
/* this block of #ifs should be kept exactly identical between
0 commit comments