We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24fcd23 commit df5126dCopy full SHA for df5126d
1 file changed
Python/dynload_aix.c
@@ -1,15 +1,15 @@
1
2
/* Support for dynamic loading of extension modules */
3
4
+#include "Python.h"
5
+#include "importdl.h"
6
+
7
#include <ctype.h> /* for isdigit() */
8
#include <errno.h> /* for global errno */
9
#include <string.h> /* for strerror() */
10
#include <stdlib.h> /* for malloc(), free() */
11
#include <sys/ldr.h>
12
-#include "Python.h"
-#include "importdl.h"
-
13
14
#ifdef AIX_GENUINE_CPLUSPLUS
15
#include "/usr/lpp/xlC/include/load.h"
0 commit comments