aboutsummaryrefslogtreecommitdiff
path: root/games/xjumpx/files/patch-misc.c
blob: 41fd9ace2ec32894114f872196cc2312c7c59d47 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
--- misc.c.orig	2001-08-14 20:10:46.000000000 +0800
+++ misc.c	2011-09-05 15:15:48.000000000 +0800
@@ -31,11 +31,13 @@
 **	May 25, 2000 Ver 1.0
 */
 
-#include<stdio.h>
-#include<stdlib.h>
-#include<errno.h>
-#include<sys/types.h>
-#include<pwd.h>
+#include <stdio.h>
+#include <stdlib.h>
+#include <string.h>
+#include <errno.h>
+#include <sys/types.h>
+#include <pwd.h>
+#include <ctype.h>
 
 static long Seed;