summaryrefslogtreecommitdiffstats
path: root/typewrappers.c
diff options
context:
space:
mode:
Diffstat (limited to 'typewrappers.c')
-rw-r--r--typewrappers.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/typewrappers.c b/typewrappers.c
index d633603..9ba8790 100644
--- a/typewrappers.c
+++ b/typewrappers.c
@@ -16,7 +16,7 @@
#include "typewrappers.h"
-#include "memory.h"
+#include "viralloc.h"
#ifndef Py_CAPSULE_H
typedef void(*PyCapsule_Destructor)(void *, void *);