summaryrefslogtreecommitdiff
path: root/dmagick/ImageView.d
diff options
context:
space:
mode:
Diffstat (limited to 'dmagick/ImageView.d')
-rw-r--r--dmagick/ImageView.d3
1 files changed, 2 insertions, 1 deletions
diff --git a/dmagick/ImageView.d b/dmagick/ImageView.d
index 567e0de..4e967be 100644
--- a/dmagick/ImageView.d
+++ b/dmagick/ImageView.d
@@ -11,7 +11,6 @@ import std.parallelism;
import std.range;
import std.string;
import core.atomic;
-import core.sys.posix.sys.types;
import dmagick.Color;
import dmagick.Exception;
@@ -26,6 +25,8 @@ import dmagick.c.magickType;
import dmagick.c.memory;
import dmagick.c.pixel;
+alias ptrdiff_t ssize_t;
+
/**
* The ImageView allows changing induvidual pixels with the slicing and
* indexing operators.