summaryrefslogtreecommitdiff
path: root/games/fgsd/files/patch-src_Fl__Cursor__Shape.cxx
blob: 3d933bf9a7b3b95a9a41035daaa8c29eb7c6963d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- src/Fl_Cursor_Shape.cxx.orig	Mon Apr 10 11:16:04 2006
+++ src/Fl_Cursor_Shape.cxx	Mon Apr 10 11:16:18 2006
@@ -53,7 +53,7 @@
 # include <malloc.h>
 #elif defined(__APPLE__)
 #else
-# include <malloc.h>
+# include <stdlib.h>
 # include <string.h>
 #endif