diff options
Diffstat (limited to 'games/toycars/files/patch-toycars__track__editor-src-TrackView.cxx')
-rw-r--r-- | games/toycars/files/patch-toycars__track__editor-src-TrackView.cxx | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/games/toycars/files/patch-toycars__track__editor-src-TrackView.cxx b/games/toycars/files/patch-toycars__track__editor-src-TrackView.cxx new file mode 100644 index 000000000000..8c55b99004f4 --- /dev/null +++ b/games/toycars/files/patch-toycars__track__editor-src-TrackView.cxx @@ -0,0 +1,21 @@ +--- toycars_track_editor/src/TrackView.cxx.orig 2011-11-15 13:59:38.000000000 +0100 ++++ toycars_track_editor/src/TrackView.cxx 2011-11-15 14:00:41.000000000 +0100 +@@ -6,12 +6,12 @@ + #include "ScAnimation.h" + #include "tinyxml.h" + #include "ScException.h" +-#include <Fl/Fl_JPEG_Image.H> +-#include <Fl/Fl_PNG_Image.H> +-#include <Fl/Fl_BMP_Image.H> +-#include <Fl/Fl_PNM_Image.H> +-#include <Fl/Fl_GIF_Image.H> +-#include <Fl/Fl_XPM_Image.H> ++#include <FL/Fl_JPEG_Image.H> ++#include <FL/Fl_PNG_Image.H> ++#include <FL/Fl_BMP_Image.H> ++#include <FL/Fl_PNM_Image.H> ++#include <FL/Fl_GIF_Image.H> ++#include <FL/Fl_XPM_Image.H> + #include <FL/Fl_File_Chooser.H> // fl_alert + #include "GameConstants.h" + #include "TrackEditorUI.h" |