image-loader: Use pixman_image_t, not struct pixman_image_t
diff --git a/shared/image-loader.c b/shared/image-loader.c
index 6a5c85c..1960bb5 100644
--- a/shared/image-loader.c
+++ b/shared/image-loader.c
@@ -75,7 +75,7 @@
 {
 	struct jpeg_decompress_struct cinfo;
 	struct jpeg_error_mgr jerr;
-	struct pixman_image_t *pixman_image = NULL;
+	pixman_image_t *pixman_image = NULL;
 	unsigned int i;
 	int stride, first;
 	JSAMPLE *data, *rows[4];