diff options
Diffstat (limited to 'games/uclient/files/patch-ab')
-rw-r--r-- | games/uclient/files/patch-ab | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/games/uclient/files/patch-ab b/games/uclient/files/patch-ab new file mode 100644 index 0000000..faff309 --- /dev/null +++ b/games/uclient/files/patch-ab @@ -0,0 +1,11 @@ +--- modules/app.cc.orig Wed Mar 28 01:31:18 2001 ++++ modules/app.cc Wed Mar 28 01:31:29 2001 +@@ -32,7 +32,7 @@ + * ... probably fixed in SDL > 1.1.6 + */ + extern "C" { +-#include <SDL_version.h> ++#include <SDL/SDL_version.h> + } + + #include <varconf/Config.h> |