diff options
Diffstat (limited to 'games/editss/files/patch-actions.c')
-rw-r--r-- | games/editss/files/patch-actions.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/games/editss/files/patch-actions.c b/games/editss/files/patch-actions.c new file mode 100644 index 000000000000..368be1b62701 --- /dev/null +++ b/games/editss/files/patch-actions.c @@ -0,0 +1,10 @@ +--- actions.c.orig Sat Sep 7 16:41:31 2002 ++++ actions.c Sat Sep 7 16:41:49 2002 +@@ -32,7 +32,6 @@ + + #include <stdio.h> /* usual include stuff */ + #include <stdlib.h> +-#include <values.h> + #include <string.h> + #include <fcntl.h> + #include <time.h> |