From kde-bugs-dist Thu May 13 08:47:48 1999 From: Paul Sydney Date: Thu, 13 May 1999 08:47:48 +0000 To: kde-bugs-dist Subject: Bug#1364: Missing prototypes for XGetPixel and XDestroyImage inkdesupport-1.1.1/giflib30/dev2gif.c X-MARC-Message: https://marc.info/?l=kde-bugs-dist&m=92661252518410 Package: kdesupport-1.1.1 Directory: giflib30 File: ksmbstatus.cpp Platform: sgi-irix-6.5 using egcs (1999-05-03 snapshot) --shared dev2gif needs prototype definition of XGetPixel and XDestroyImage defined in for X11R6. Here is the patch: *** dev2gif.c.orig Wed May 12 22:27:03 1999 --- dev2gif.c Wed May 12 22:40:37 1999 *************** *** 25,30 **** --- 25,31 ---- #ifdef __X11__ #include + #include #endif /* __X11__ */ #include