blob: 82b07699544df2e7b95227cd90189fe2f8eda2ef (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
--- shpcreate.c.orig 2009-09-15 20:09:39.641422056 -0700
+++ shpcreate.c 2009-09-15 20:20:31.310673754 -0700
@@ -51,6 +51,7 @@
static char rcsid[] =
"$Id: stdlib_include_fix.patch,v 1.1 2009/09/16 04:58:04 nerdboy Exp $";
+#include <stdlib.h>
#include "shapefil.h"
int main( int argc, char ** argv )
--- shpdump.c.orig 2009-09-15 20:09:47.615421028 -0700
+++ shpdump.c 2009-09-15 20:20:29.654673421 -0700
@@ -67,6 +67,7 @@
static char rcsid[] =
"$Id: stdlib_include_fix.patch,v 1.1 2009/09/16 04:58:04 nerdboy Exp $";
+#include <stdlib.h>
#include "shapefil.h"
int main( int argc, char ** argv )
--- shprewind.c.orig 2009-09-15 20:09:58.193422322 -0700
+++ shprewind.c 2009-09-15 20:20:26.954542660 -0700
@@ -43,6 +43,7 @@
*
*/
+#include <stdlib.h>
#include "shapefil.h"
int main( int argc, char ** argv )
|