File: SDL_image-1.2.11-CGFloat.patch

package info (click to toggle)
libalien-sdl-perl 1.446-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 1,576 kB
  • sloc: perl: 1,317; ansic: 130; makefile: 4
file content (13 lines) | stat: -r--r--r-- 496 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- SDL_image-1.2.11/IMG_ImageIO.m	2012-01-15 22:28:46.000000000 +0100
+++ SDL_image-1.2.11/IMG_ImageIO.m	2012-07-25 23:57:31.000000000 +0200
@@ -30,6 +30,10 @@
 #include <ApplicationServices/ApplicationServices.h>
 #endif
 
+#ifndef CGFLOAT_DEFINED
+#include <CoreGraphics/CoreGraphics.h>
+#endif
+
 /**************************************************************
  ***** Begin Callback functions for block reading *************
  **************************************************************/