View | Details | Raw Unified
Collapse All | Expand All

(-) magicpoint-1.12a/image/misc.c (-2 / +2 lines)
 Lines 24-29    Link Here 
#include <stdio.h>
#include <stdio.h>
#include <string.h>
#include <string.h>
#include <stdlib.h>
main(int argc, char *argv[])
main(int argc, char *argv[])
{
{
 Lines 17-22    Link Here 
#include "image.h"
#include "image.h"
#include <gif_lib.h>
#include <gif_lib.h>
#include <stdlib.h>
static void
static void
tellAboutImage(name, gifp)
tellAboutImage(name, gifp)
 Lines 12-20    Link Here 
#include "xloadimage.h"
#include "xloadimage.h"
#include "patchlevel"
#include "patchlevel"
#include <signal.h>
#include <signal.h>
#ifdef __APPLE__
#include <stdlib.h>
#include <stdlib.h>
#endif
extern int      _Xdebug;
extern int      _Xdebug;
extern Display *display;
extern Display *display;