summaryrefslogtreecommitdiff
path: root/x11/bricons/files/patch-ad
blob: 80fff2e09f81b6ca0bef6bfb6a44b1e4770e0520 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
--- gen.h.orig	Fri Aug 23 17:09:23 2002
+++ gen.h	Fri Aug 23 17:10:23 2002
@@ -12,6 +12,8 @@
 #include <X11/Shell.h>
 #include <X11/Xaw/Cardinals.h>
 #include <stdlib.h>
+#include <string.h>
+#include <stdio.h>
 /* #include <malloc.h>  */
 #include <ctype.h>
 #include <unistd.h>
@@ -75,10 +77,6 @@
 }ChildInfo;
 
 ChildInfo	ci_ptr[MAXPROCS];
-
-/* forward declarations */
-int	fprintf(), ungetc(), fclose(), fscanf();
-char	*strcpy(), *getenv(), *malloc(); 
 
 typedef int     bool_t;