diff options
Diffstat (limited to 'games/tyrquake/files/patch-NQ__model.c')
-rw-r--r-- | games/tyrquake/files/patch-NQ__model.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/games/tyrquake/files/patch-NQ__model.c b/games/tyrquake/files/patch-NQ__model.c new file mode 100644 index 000000000000..35db3af72577 --- /dev/null +++ b/games/tyrquake/files/patch-NQ__model.c @@ -0,0 +1,11 @@ +--- ./NQ/model.c.orig Sat Mar 11 09:41:17 2006 ++++ ./NQ/model.c Sun May 14 16:20:57 2006 +@@ -22,7 +22,7 @@ + // models are the only shared resource between a client and server running + // on the same machine. + +-#include <stdint.h> ++#include <inttypes.h> + + #include "console.h" + #include "quakedef.h" |