diff options
Diffstat (limited to 'devel/wftk/files/patch-ah')
-rw-r--r-- | devel/wftk/files/patch-ah | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/wftk/files/patch-ah b/devel/wftk/files/patch-ah new file mode 100644 index 0000000..0c8413e --- /dev/null +++ b/devel/wftk/files/patch-ah @@ -0,0 +1,11 @@ +--- uta/surface.h.orig Sat Mar 31 05:25:49 2001 ++++ uta/surface.h Sat Mar 31 05:27:49 2001 +@@ -22,7 +22,7 @@ + #ifndef _SURFACE_H_ + #define _SURFACE_H_ + +-#include <SDL/SDL.h> ++#include <SDL11/SDL.h> + + #include "color.h" + #include "point.h" |