14 lines
239 B
Diff
14 lines
239 B
Diff
diff --git a/cupsipp.h b/cupsipp.h
|
|
index 2a15ce6..b890198 100644
|
|
--- a/cupsipp.h
|
|
+++ b/cupsipp.h
|
|
@@ -21,6 +21,8 @@
|
|
#ifndef HAVE_CUPSIPP_H
|
|
#define HAVE_CUPSIPP_H
|
|
|
|
+#define PY_SSIZE_T_CLEAN
|
|
+
|
|
#include <Python.h>
|
|
#include <cups/ipp.h>
|
|
|