diff options
Diffstat (limited to 'games/adgali/files/patch-tools::agl_bfont.c')
-rw-r--r-- | games/adgali/files/patch-tools::agl_bfont.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/games/adgali/files/patch-tools::agl_bfont.c b/games/adgali/files/patch-tools::agl_bfont.c new file mode 100644 index 000000000000..97aaaf0d548a --- /dev/null +++ b/games/adgali/files/patch-tools::agl_bfont.c @@ -0,0 +1,10 @@ +--- tools/agl_bfont.c.orig Sun May 11 02:44:58 2003 ++++ tools/agl_bfont.c Sat Jun 21 15:18:43 2003 +@@ -40,7 +40,6 @@ + #include <sys/types.h> + #include <sys/time.h> + #include <unistd.h> +-#include <getopt.h> + #include <string.h> + #include <ctype.h> + #include "../config.h" |