diff options
Diffstat (limited to 'devel/wftk/files/patch-ac')
-rw-r--r-- | devel/wftk/files/patch-ac | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/wftk/files/patch-ac b/devel/wftk/files/patch-ac new file mode 100644 index 000000000000..5bde56c9bf9f --- /dev/null +++ b/devel/wftk/files/patch-ac @@ -0,0 +1,11 @@ +--- uta/event.h.orig Sat Mar 31 05:24:44 2001 ++++ uta/event.h Sat Mar 31 05:26:20 2001 +@@ -21,7 +21,7 @@ + #ifndef _EVENT_H + #define _EVENT_H + +-#include <SDL/SDL.h> ++#include <SDL11/SDL.h> + #include "keysym.h" + #include "point.h" + |