diff options
Diffstat (limited to 'games/adonthell/files/patch-src_win__select.cc')
-rw-r--r-- | games/adonthell/files/patch-src_win__select.cc | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/games/adonthell/files/patch-src_win__select.cc b/games/adonthell/files/patch-src_win__select.cc new file mode 100644 index 000000000..bb22ba17d --- /dev/null +++ b/games/adonthell/files/patch-src_win__select.cc @@ -0,0 +1,13 @@ +--- src/win_select.cc.orig Fri Apr 29 05:39:00 2005 ++++ src/win_select.cc Fri Apr 29 05:39:04 2005 +@@ -12,9 +12,9 @@ + See the COPYING file for more details + */ + ++#include "audio.h" + #include "win_select.h" + +-#include "audio.h" + + win_select::win_select() + { |