Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
juliannguyen4 committed Nov 15, 2024
1 parent 336cca0 commit 7ae8e73
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/client/batch_apply.c
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
* limitations under the License.
******************************************************************************/

#include <Python.h>
#include "pythoncapi_compat.h"
#include <Python.h>

#include <stdbool.h>
#include <stdlib.h>
Expand Down
1 change: 1 addition & 0 deletions src/main/client/batch_read.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#include "pythoncapi_compat.h"
#include <Python.h>
#include <aerospike/as_error.h>
#include <aerospike/as_policy.h>
Expand Down

0 comments on commit 7ae8e73

Please sign in to comment.