Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 196885
Collapse All | Expand All

(-)magicpoint-1.12a/ctlwords.c (+1 lines)
Lines 24-29 Link Here
24
24
25
#include <stdio.h>
25
#include <stdio.h>
26
#include <string.h>
26
#include <string.h>
27
#include <stdlib.h>
27
28
28
main(int argc, char *argv[])
29
main(int argc, char *argv[])
29
{
30
{
(-)magicpoint-1.12a/image/gif.c (+1 lines)
Lines 17-22 Link Here
17
17
18
#include "image.h"
18
#include "image.h"
19
#include <gif_lib.h>
19
#include <gif_lib.h>
20
#include <stdlib.h>
20
21
21
static void
22
static void
22
tellAboutImage(name, gifp)
23
tellAboutImage(name, gifp)
(-)magicpoint-1.12a/image/misc.c (-2 lines)
Lines 12-20 Link Here
12
#include "xloadimage.h"
12
#include "xloadimage.h"
13
#include "patchlevel"
13
#include "patchlevel"
14
#include <signal.h>
14
#include <signal.h>
15
#ifdef __APPLE__
16
#include <stdlib.h>
15
#include <stdlib.h>
17
#endif
18
16
19
extern int      _Xdebug;
17
extern int      _Xdebug;
20
extern Display *display;
18
extern Display *display;

Return to bug 196885