We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 928eedb commit 87b2f20Copy full SHA for 87b2f20
graalpython/com.oracle.graal.python.cext/hpy/hpy.c
@@ -39,7 +39,7 @@
39
* SOFTWARE.
40
*/
41
#include "hpy.h"
42
-#include <polyglot.h>
+#include <graalvm/llvm/polyglot.h>
43
#include <truffle.h>
44
45
#include <wchar.h>
graalpython/com.oracle.graal.python.cext/src/capi.h
@@ -44,7 +44,7 @@
#define MUST_INLINE __attribute__((always_inline)) inline
#define NO_INLINE __attribute__((noinline))
46
47
48
49
#include "Python.h"
50
0 commit comments