summaryrefslogtreecommitdiff
path: root/dmagick/c/threshold.d
diff options
context:
space:
mode:
Diffstat (limited to 'dmagick/c/threshold.d')
-rw-r--r--dmagick/c/threshold.d3
1 files changed, 2 insertions, 1 deletions
diff --git a/dmagick/c/threshold.d b/dmagick/c/threshold.d
index 861bcdf..3f7f7f1 100644
--- a/dmagick/c/threshold.d
+++ b/dmagick/c/threshold.d
@@ -1,12 +1,13 @@
module dmagick.c.threshold;
import core.stdc.stdio;
-import core.sys.posix.sys.types;
import dmagick.c.exception;
import dmagick.c.image;
import dmagick.c.magickType;
+alias ptrdiff_t ssize_t;
+
extern(C)
{
struct ThresholdMap {}