blob: 631b1a033a6ba01d910185023a1e74261e6a6773 (
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
31
32
|
--- magicpoint-1.12a/ctlwords.c 1999-02-14 18:02:25.000000000 -0500
+++ ctlwords.c 2007-10-26 15:41:16.000000000 -0400
@@ -24,6 +24,7 @@
#include <stdio.h>
#include <string.h>
+#include <stdlib.h>
main(int argc, char *argv[])
{
--- magicpoint-1.12a/image/gif.c 2000-03-07 01:59:56.000000000 -0500
+++ gif.c 2007-10-26 15:42:36.000000000 -0400
@@ -17,6 +17,7 @@
#include "image.h"
#include <gif_lib.h>
+#include <stdlib.h>
static void
tellAboutImage(name, gifp)
--- magicpoint-1.12a/image/misc.c 2004-07-28 11:47:31.000000000 -0400
+++ misc.c 2007-10-26 15:43:20.000000000 -0400
@@ -12,9 +12,7 @@
#include "xloadimage.h"
#include "patchlevel"
#include <signal.h>
-#ifdef __APPLE__
#include <stdlib.h>
-#endif
extern int _Xdebug;
extern Display *display;
|