diff options
-rw-r--r-- | games/oolite/files/patch-HeadUpDisplay.m | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/games/oolite/files/patch-HeadUpDisplay.m b/games/oolite/files/patch-HeadUpDisplay.m new file mode 100644 index 000000000000..c53fd7b114a6 --- /dev/null +++ b/games/oolite/files/patch-HeadUpDisplay.m @@ -0,0 +1,11 @@ +--- src/Core/HeadUpDisplay.m.orig 2006-07-18 19:34:21.000000000 +0200 ++++ src/Core/HeadUpDisplay.m 2012-01-14 07:01:40.000000000 +0100 +@@ -48,6 +48,8 @@ + #import "TextureStore.h" + #import "OOTrumble.h" + ++#include <assert.h> ++ + static const char *toAscii(unsigned inCodePoint); + + @implementation HeadUpDisplay |