head 1.14; access; symbols pkgsrc-2013Q2:1.14.0.4 pkgsrc-2013Q2-base:1.14 pkgsrc-2012Q4:1.14.0.2 pkgsrc-2012Q4-base:1.14 pkgsrc-2011Q4:1.13.0.6 pkgsrc-2011Q4-base:1.13 pkgsrc-2011Q3:1.13.0.4 pkgsrc-2011Q3-base:1.13 pkgsrc-2011Q2:1.13.0.2 pkgsrc-2011Q2-base:1.13 pkgsrc-2011Q1:1.12.0.2 pkgsrc-2011Q1-base:1.12 pkgsrc-2009Q4:1.10.0.2 pkgsrc-2009Q4-base:1.10 pkgsrc-2008Q4:1.9.0.14 pkgsrc-2008Q4-base:1.9 pkgsrc-2008Q3:1.9.0.12 pkgsrc-2008Q3-base:1.9 cube-native-xorg:1.9.0.10 cube-native-xorg-base:1.9 pkgsrc-2008Q2:1.9.0.8 pkgsrc-2008Q2-base:1.9 cwrapper:1.9.0.6 pkgsrc-2008Q1:1.9.0.4 pkgsrc-2008Q1-base:1.9 pkgsrc-2007Q4:1.9.0.2 pkgsrc-2007Q4-base:1.9 pkgsrc-2007Q3:1.8.0.2 pkgsrc-2007Q3-base:1.8 pkgsrc-2007Q2:1.6.0.8 pkgsrc-2007Q2-base:1.6 pkgsrc-2007Q1:1.6.0.6 pkgsrc-2007Q1-base:1.6 pkgsrc-2006Q4:1.6.0.4 pkgsrc-2006Q4-base:1.6 pkgsrc-2006Q3:1.6.0.2 pkgsrc-2006Q3-base:1.6 pkgsrc-2006Q2:1.5.0.2 pkgsrc-2006Q2-base:1.5 pkgsrc-2006Q1:1.4.0.14 pkgsrc-2006Q1-base:1.4 pkgsrc-2005Q4:1.4.0.12 pkgsrc-2005Q4-base:1.4 pkgsrc-2005Q3:1.4.0.10 pkgsrc-2005Q3-base:1.4 pkgsrc-2005Q2:1.4.0.8 pkgsrc-2005Q2-base:1.4 pkgsrc-2005Q1:1.4.0.6 pkgsrc-2005Q1-base:1.4 pkgsrc-2004Q4:1.4.0.4 pkgsrc-2004Q4-base:1.4 pkgsrc-2004Q3:1.4.0.2 pkgsrc-2004Q3-base:1.4 pkgsrc-2004Q2:1.3.0.2 pkgsrc-2004Q2-base:1.3 pkgsrc-2004Q1:1.2.0.4 pkgsrc-2004Q1-base:1.2 pkgsrc-2003Q4:1.2.0.2 pkgsrc-2003Q4-base:1.2 buildlink2-base:1.2; locks; strict; comment @# @; 1.14 date 2012.02.04.21.10.44; author adam; state dead; branches; next 1.13; 1.13 date 2011.04.19.10.28.31; author wiz; state Exp; branches; next 1.12; 1.12 date 2011.01.24.12.35.33; author wiz; state Exp; branches; next 1.11; 1.11 date 2011.01.15.15.35.23; author wiz; state Exp; branches; next 1.10; 1.10 date 2009.01.24.20.58.45; author adam; state dead; branches; next 1.9; 1.9 date 2007.10.25.21.06.17; author adam; state Exp; branches; next 1.8; 1.8 date 2007.07.17.13.55.38; author adam; state dead; branches; next 1.7; 1.7 date 2007.07.04.13.34.35; author lkundrak; state Exp; branches; next 1.6; 1.6 date 2006.07.10.22.06.32; author adam; state dead; branches 1.6.6.1 1.6.8.1; next 1.5; 1.5 date 2006.06.26.21.12.53; author wiz; state Exp; branches 1.5.2.1; next 1.4; 1.4 date 2004.08.02.09.54.29; author shannonjr; state dead; branches; next 1.3; 1.3 date 2004.06.01.10.09.31; author shannonjr; state Exp; branches; next 1.2; 1.2 date 98.04.15.20.48.13; author tron; state dead; branches; next 1.1; 1.1 date 98.02.03.10.17.07; author tron; state Exp; branches; next ; 1.6.6.1 date 2007.07.04.13.17.12; author lkundrak; state Exp; branches; next 1.6.6.2; 1.6.6.2 date 2007.07.04.13.31.44; author lkundrak; state dead; branches; next ; 1.6.8.1 date 2007.07.28.22.28.49; author ghen; state Exp; branches; next ; 1.5.2.1 date 2006.08.01.15.10.50; author salo; state dead; branches; next ; desc @@ 1.14 log @Changes 2.6.12: Bug fixes: * GIMP 2.6.10 segfaults when CTRL-left click on a layer mask * GIMP fails to import a path from SVG * Crash or Gtk-CRITICAL on File->Open * [abrt] gimp-2:2.6.11-1.fc14: py-slice.py:172:slice:TypeError: integer argument expected, got float * gimp(1) manpage fixes * Sample Colorize does not function non-interactively * file-pdf-load: Don't use deprecated API * file-psp: fix for bogus input data * Fixes for some buffer overflow problems * Guard against crash due to quitting while DND is processed * fails to build with -Werror=format-security * script-fu: make server IPv6 aware @ text @$NetBSD: patch-ae,v 1.13 2011/04/19 10:28:31 wiz Exp $ Fix build with png-1.5. https://bugzilla.gnome.org/show_bug.cgi?id=640409 --- plug-ins/common/file-mng.c.orig 2010-07-02 22:51:56.000000000 +0000 +++ plug-ins/common/file-mng.c @@@@ -799,6 +799,13 @@@@ mng_save_image (const gchar *filename, png_infop png_info_ptr; FILE *infile, *outfile; int num_passes; + int color_type; + png_colorp palette; + int num_palette; + int bit_depth; + png_bytep trans_alpha; + int num_trans; + png_color_16p trans_color; int tile_height; guchar **layer_pixels, *layer_pixel; int pass, j, k, begin, end, num; @@@@ -969,7 +976,7 @@@@ mng_save_image (const gchar *filename, goto err3; } - if (setjmp (png_ptr->jmpbuf) != 0) + if (setjmp (png_jmpbuf(png_ptr)) != 0) { g_warning ("HRM saving PNG in mng_save_image()"); png_destroy_write_struct (&png_ptr, &png_info_ptr); @@@@ -981,37 +988,31 @@@@ mng_save_image (const gchar *filename, png_init_io (png_ptr, outfile); png_set_compression_level (png_ptr, mng_data.compression_level); - png_info_ptr->width = layer_cols; - png_info_ptr->height = layer_rows; - png_info_ptr->interlace_type = (mng_data.interlaced == 0 ? 0 : 1); - png_info_ptr->bit_depth = 8; - + bit_depth = 8; switch (layer_drawable_type) { case GIMP_RGB_IMAGE: - png_info_ptr->color_type = PNG_COLOR_TYPE_RGB; + color_type = PNG_COLOR_TYPE_RGB; break; case GIMP_RGBA_IMAGE: - png_info_ptr->color_type = PNG_COLOR_TYPE_RGB_ALPHA; + color_type = PNG_COLOR_TYPE_RGB_ALPHA; break; case GIMP_GRAY_IMAGE: - png_info_ptr->color_type = PNG_COLOR_TYPE_GRAY; + color_type = PNG_COLOR_TYPE_GRAY; break; case GIMP_GRAYA_IMAGE: - png_info_ptr->color_type = PNG_COLOR_TYPE_GRAY_ALPHA; + color_type = PNG_COLOR_TYPE_GRAY_ALPHA; break; case GIMP_INDEXED_IMAGE: - png_info_ptr->color_type = PNG_COLOR_TYPE_PALETTE; - png_info_ptr->valid |= PNG_INFO_PLTE; - png_info_ptr->palette = - (png_colorp) gimp_image_get_colormap (image_id, &num_colors); - png_info_ptr->num_palette = num_colors; - break; case GIMP_INDEXEDA_IMAGE: - png_info_ptr->color_type = PNG_COLOR_TYPE_PALETTE; - layer_has_unique_palette = - respin_cmap (png_ptr, png_info_ptr, layer_remap, - image_id, layer_drawable); + color_type = PNG_COLOR_TYPE_PALETTE; + gimp_image_get_colormap (image_id, &num_colors); + if (num_palette <= 2) + bit_depth = 1; + else if (num_palette <= 4) + bit_depth = 2; + else if (num_palette <= 16) + bit_depth = 4; break; default: g_warning ("This can't be!\n"); @@@@ -1021,16 +1022,14 @@@@ mng_save_image (const gchar *filename, goto err3; } - if ((png_info_ptr->valid & PNG_INFO_PLTE) == PNG_INFO_PLTE) - { - if (png_info_ptr->num_palette <= 2) - png_info_ptr->bit_depth = 1; - else if (png_info_ptr->num_palette <= 4) - png_info_ptr->bit_depth = 2; - else if (png_info_ptr->num_palette <= 16) - png_info_ptr->bit_depth = 4; - } + png_set_IHDR(png_ptr, png_info_ptr, layer_cols, layer_rows, bit_depth, color_type, (mng_data.interlaced == 0 ? PNG_INTERLACE_NONE : PNG_INTERLACE_ADAM7), PNG_COMPRESSION_TYPE_DEFAULT, PNG_FILTER_TYPE_DEFAULT); + if (layer_drawable_type == GIMP_INDEXED_IMAGE) + png_set_PLTE(png_ptr, png_info_ptr, (png_colorp) gimp_image_get_colormap (image_id, &num_colors), num_colors); + else if (layer_drawable_type == GIMP_INDEXEDA_IMAGE) + layer_has_unique_palette = + respin_cmap (png_ptr, png_info_ptr, layer_remap, + image_id, layer_drawable); png_write_info (png_ptr, png_info_ptr); if (mng_data.interlaced != 0) @@@@ -1038,8 +1037,8 @@@@ mng_save_image (const gchar *filename, else num_passes = 1; - if ((png_info_ptr->color_type == PNG_COLOR_TYPE_PALETTE) && - (png_info_ptr->bit_depth < 8)) + if ((png_get_color_type(png_ptr, png_info_ptr) == PNG_COLOR_TYPE_PALETTE) && + (png_get_bit_depth(png_ptr, png_info_ptr) < 8)) png_set_packing (png_ptr); tile_height = gimp_tile_height (); @@@@ -1065,7 +1064,7 @@@@ mng_save_image (const gchar *filename, gimp_pixel_rgn_get_rect (&layer_pixel_rgn, layer_pixel, 0, begin, layer_cols, num); - if ((png_info_ptr->valid & PNG_INFO_tRNS) == PNG_INFO_tRNS) + if (png_get_tRNS(png_ptr, png_info_ptr, &trans_alpha, &num_trans, &trans_color) != 0) { for (j = 0; j < num; j++) { @@@@ -1077,7 +1076,7 @@@@ mng_save_image (const gchar *filename, } } else - if (((png_info_ptr->valid & PNG_INFO_PLTE) == PNG_INFO_PLTE) + if ((png_get_PLTE(png_ptr, png_info_ptr, &palette, &num_palette) != 0) && (layer_bpp == 2)) { for (j = 0; j < num; j++) @ 1.13 log @Fix palette cases, after bug report from Gentoo. Bump PKGREVISION. @ text @d1 1 a1 1 $NetBSD: patch-ae,v 1.12 2011/01/24 12:35:33 wiz Exp $ @ 1.12 log @Add upstream bug report URL. @ text @d1 1 a1 1 $NetBSD: patch-ae,v 1.11 2011/01/15 15:35:23 wiz Exp $ d31 1 a31 1 @@@@ -981,34 +988,27 @@@@ mng_save_image (const gchar *filename, d40 1 d65 1 a65 4 + color_type = PNG_COLOR_TYPE_PALETTE; + + png_set_PLTE(png_ptr, png_info_ptr, (png_colorp) gimp_image_get_colormap (image_id, &num_colors), num_colors); break; d68 3 d72 11 a82 4 layer_has_unique_palette = respin_cmap (png_ptr, png_info_ptr, layer_remap, image_id, layer_drawable); @@@@ -1021,15 +1021,17 @@@@ mng_save_image (const gchar *filename, d87 1 a87 3 + bit_depth = 8; + if (png_get_PLTE(png_ptr, png_info_ptr, &palette, &num_palette) != 0) { d94 1 a94 7 + if (num_palette <= 2) + bit_depth = 1; + else if (num_palette <= 4) + bit_depth = 2; + else if (num_palette <= 16) + bit_depth = 4; } d97 6 d105 2 a106 1 @@@@ -1038,8 +1040,8 @@@@ mng_save_image (const gchar *filename, d117 1 a117 1 @@@@ -1065,7 +1067,7 @@@@ mng_save_image (const gchar *filename, d126 1 a126 1 @@@@ -1077,7 +1079,7 @@@@ mng_save_image (const gchar *filename, @ 1.11 log @Fix build of mng code with png-1.5. Still needed: fix for png. @ text @d1 1 a1 1 $NetBSD$ d4 1 @ 1.10 log @Changes 2.6.4: * Bugs fixed: Perspective transformation jagged edges / comb effect jpg save dialog: "cancel" is treated like "commit" for settings Using clone tool on a layer with a part out of canvas causes crashes crash when the drawable is changed while a color tool is active GIMP crashes on selecting Tools->GEGL operation python-fu-foggify does not check if image is in rgb mode Hue selection mode does not cross the 0-360 degrees line Scrollbars not resized when we extend the canvas size PF_PALETTE: 'TypeError' when used in a plugin that is registered in Compilation with --as-needed PF_SLIDER and PF_SPINNER 'Step' values do not change consistently... Default image dimensions are not correctly transferred in the file/new dialog box GIMP can't save to mounted filesystem if file exists * Updated translations @ text @d1 1 a1 1 $NetBSD: patch-ae,v 1.9 2007/10/25 21:06:17 adam Exp $ d3 30 a32 14 --- plug-ins/common/png.c.orig 2007-08-15 23:57:03.000000000 +0200 +++ plug-ins/common/png.c @@@@ -1095,8 +1095,6 @@@@ load_image (const gchar *filename, g_free (pixel); g_free (pixels); - free (pp); - free (info); fclose (fp); @@@@ -1558,9 +1556,6 @@@@ save_image (const gchar *filename, g_free (text); } d34 4 a37 2 - free (pp); - free (info); d39 73 a111 1 fclose (fp); d113 14 a126 1 return TRUE; @ 1.9 log @Changes 2.4.0: * Refreshed Look * Scalable Brushes * Selection Tools * Foreground Select Tool * Align Tool * Changes in menus * Improved display when zooming in or out @ text @d1 1 a1 1 $NetBSD$ @ 1.8 log @Changes 2.2.17: - fixed regression in PSD load plug-in - fixed crash when loading a corrupt PSD file - work around for Pango appending " Not-Rotated" to font names Changes 2.2.16: - improved input value validation in several file plug-ins - improved handling of corrupt or invalid XCF files - guard against integer overflows in several file plug-ins - fixed handling of background alpha channel in XCF files - improved forward compatibility of the config parser - fixed crash when previewing some animated brushes @ text @d1 1 a1 1 $NetBSD: patch-ae,v 1.7 2007/07/04 13:34:35 lkundrak Exp $ d3 19 a21 7 Fix for CVE-2007-2949 heap overflow from upstream. --- plug-ins/common/psd.c.orig 2007-07-04 15:11:22.000000000 +0200 +++ plug-ins/common/psd.c @@@@ -1202,6 +1202,12 @@@@ seek_to_and_unpack_pixeldata(FILE* fd, g width = channel->width; height = channel->height; d23 1 a23 9 + if (width > G_MAXINT16 || height > G_MAXINT16) + { + g_message ("Error: Invalid channel dimensions"); + gimp_quit (); + } + IFDBG { printf("\t\t\tLayer (%d) Channel (%d:%d) Compression: %d (%s)\n", @ 1.7 log @Fix for CVE-2007-2949 heap overflow. Bump PKGREVISION. @ text @d1 1 a1 1 $NetBSD: patch-ae,v 1.6.6.1 2007/07/04 13:17:12 lkundrak Exp $ @ 1.6 log @Changes 2.2.12: - fixed display problem in the Animation Playback plug-in - fixed misbehaviour of the user installation dialog - make sure that session-managed windows are mapped completely inside a monitor - don't use long deprecated libpng API - fixed possible segfault when closing image while saving it - halt tools when the image mode changes - fixed problem in Scale and Resize widgets - fixed wrong offset in transform PDB functions - fixed bugs in the Dicom load plug-in - make sure text widgets get all key events first - fixed problems with default values in the PNG save plug-in - fixed Save As dialog not displaying the filename - fixed compilation problem with gcc 4.1 - plugged a possible buffer overrun in the XCF parser - don't save image parasites twice in XCF files @ text @d1 1 a1 1 $NetBSD: patch-ae,v 1.5 2006/06/26 21:12:53 wiz Exp $ d3 7 a9 37 --- app/composite/gimp-composite-mmx.c.orig 2006-04-13 11:20:13.000000000 +0000 +++ app/composite/gimp-composite-mmx.c @@@@ -135,6 +135,7 @@@@ gimp_composite_addition_rgba8_rgba8_rgba asm("emms"); } +#if 0 void gimp_composite_burn_rgba8_rgba8_rgba8_mmx (GimpCompositeContext *_op) { @@@@ -250,7 +251,7 @@@@ gimp_composite_burn_rgba8_rgba8_rgba8_mm asm("emms"); } - +#endif void gimp_composite_darken_rgba8_rgba8_rgba8_mmx (GimpCompositeContext *_op) @@@@ -1267,8 +1268,8 @@@@ gimp_composite_swap_rgba8_rgba8_rgba8_mm "\tmovq %%mm3,%0\n" "\tmovq %%mm2,%1\n" : "+m" (*a), "+m" (*b) - : - : "%mm1", "%mm2", "%mm3", "%mm4"); + : + : "%mm2", "%mm3"); a++; b++; } @@@@ -1281,7 +1282,7 @@@@ gimp_composite_swap_rgba8_rgba8_rgba8_mm "\tmovd %%mm2,%1\n" : "+m" (*a), "+m" (*b) : - : "%mm1", "%mm2", "%mm3", "%mm4"); + : "%mm2", "%mm3"); } d11 9 a19 1 asm("emms"); @ 1.6.8.1 log @Pullup ticket 2136 - requested by lkundrak security fix for gimp - pkgsrc/graphics/gimp/Makefile 1.157 - pkgsrc/graphics/gimp/distinfo 1.35 - pkgsrc/graphics/gimp/patches/patch-ae 1.7 - pkgsrc/graphics/gimp24/Makefile 1.45 - pkgsrc/graphics/gimp24/distinfo 1.18 - pkgsrc/graphics/gimp24/patches/patch-af 1.1 Module Name: pkgsrc Committed By: lkundrak Date: Wed Jul 4 13:34:36 UTC 2007 Modified Files: pkgsrc/graphics/gimp: Makefile distinfo Added Files: pkgsrc/graphics/gimp/patches: patch-ae Log Message: Fix for CVE-2007-2949 heap overflow. Bump PKGREVISION. --- Module Name: pkgsrc Committed By: lkundrak Date: Wed Jul 4 15:19:52 UTC 2007 Modified Files: pkgsrc/graphics/gimp24: Makefile distinfo Added Files: pkgsrc/graphics/gimp24/patches: patch-af Log Message: Fix for CVE-2007-2949 heap overflow. Bump PKGREVISION. @ text @d1 1 a1 1 $NetBSD$ d3 37 a39 7 Fix for CVE-2007-2949 heap overflow from upstream. --- plug-ins/common/psd.c.orig 2007-07-04 15:11:22.000000000 +0200 +++ plug-ins/common/psd.c @@@@ -1202,6 +1202,12 @@@@ seek_to_and_unpack_pixeldata(FILE* fd, g width = channel->width; height = channel->height; d41 1 a41 9 + if (width > G_MAXINT16 || height > G_MAXINT16) + { + g_message ("Error: Invalid channel dimensions"); + gimp_quit (); + } + IFDBG { printf("\t\t\tLayer (%d) Channel (%d:%d) Compression: %d (%s)\n", @ 1.6.6.1 log @Fix for CVE-2007-2949 heap overflow in PSD code. Bump PKGREVISION. @ text @d1 1 a1 1 $NetBSD$ d3 37 a39 7 Fix for CVE-2007-2949 heap overflow from upstream. --- plug-ins/common/psd.c.orig 2007-07-04 15:11:22.000000000 +0200 +++ plug-ins/common/psd.c @@@@ -1202,6 +1202,12 @@@@ seek_to_and_unpack_pixeldata(FILE* fd, g width = channel->width; height = channel->height; d41 1 a41 9 + if (width > G_MAXINT16 || height > G_MAXINT16) + { + g_message ("Error: Invalid channel dimensions"); + gimp_quit (); + } + IFDBG { printf("\t\t\tLayer (%d) Channel (%d:%d) Compression: %d (%s)\n", @ 1.6.6.2 log @Reverted last commit. It should have been commited into HEAD instead. @ text @d1 1 a1 1 $NetBSD: patch-ae,v 1.6.6.1 2007/07/04 13:17:12 lkundrak Exp $ @ 1.5 log @Fix build with gcc4, mirroring changes in gimp-2.3.9. @ text @d1 1 a1 1 $NetBSD$ @ 1.5.2.1 log @Pullup ticket 1768 - requested by ghen security update for gimp Revisions pulled up: - pkgsrc/graphics/gimp/Makefile 1.143 - pkgsrc/graphics/gimp/PLIST 1.25 - pkgsrc/graphics/gimp/buildlink3.mk 1.13 - pkgsrc/graphics/gimp/distinfo 1.30 - pkgsrc/graphics/gimp/patches/patch-aa 1.16 - pkgsrc/graphics/gimp/patches/patch-ab 1.17 - pkgsrc/graphics/gimp/patches/patch-ac removed - pkgsrc/graphics/gimp/patches/patch-ae removed - pkgsrc/graphics/gimp/patches/patch-af removed - pkgsrc/graphics/gimp/patches/patch-ag removed - pkgsrc/graphics/gimp/patches/patch-ah removed Module Name: pkgsrc Committed By: adam Date: Mon Jul 10 22:06:32 UTC 2006 Modified Files: pkgsrc/graphics/gimp: Makefile PLIST buildlink3.mk distinfo pkgsrc/graphics/gimp/patches: patch-aa patch-ab Removed Files: pkgsrc/graphics/gimp/patches: patch-ae patch-ac patch-af patch-ag patch-ah Log Message: Changes 2.2.12: - fixed display problem in the Animation Playback plug-in - fixed misbehaviour of the user installation dialog - make sure that session-managed windows are mapped completely inside a monitor - don't use long deprecated libpng API - fixed possible segfault when closing image while saving it - halt tools when the image mode changes - fixed problem in Scale and Resize widgets - fixed wrong offset in transform PDB functions - fixed bugs in the Dicom load plug-in - make sure text widgets get all key events first - fixed problems with default values in the PNG save plug-in - fixed Save As dialog not displaying the filename - fixed compilation problem with gcc 4.1 - plugged a possible buffer overrun in the XCF parser - don't save image parasites twice in XCF files @ text @d1 1 a1 1 $NetBSD: patch-ae,v 1.5 2006/06/26 21:12:53 wiz Exp $ @ 1.4 log @Remove patch-ae. I added this patch to correct problem compiling release 2.0 with gcc 3.4. The patch is no longer required with 2.0.3. @ text @d1 1 a1 1 $NetBSD: patch-ae,v 1.3 2004/06/01 10:09:31 shannonjr Exp $ d3 9 a11 8 --- ./app/paint-funcs/paint-funcs.c.orig 2004-03-13 04:34:45.000000000 -0700 +++ ./app/paint-funcs/paint-funcs.c @@@@ -4480,7 +4480,7 @@@@ initial_region (PixelRegion *src, gint opacity, GimpLayerModeEffects mode, gboolean *affect, - InitialMode type) + CombinationMode type) d13 27 a39 1 struct initial_regions_struct st; d41 1 @ 1.3 log @Re: PR 25724 Difference between function declaration and definition prevents compilation of gimp with gcc 3.4.0 The problem is that the parameter "type" is declared to be of type "CombinationMode" in the header file and "InitialMode" in the ".c" file. The patch corrects the type in the ".c" file to match the header. This closes the PR. @ text @d1 1 a1 1 $NetBSD$ @ 1.2 log @Update to "gimp-0.99.26" using changes supplied by Bernd Sieker. @ text @d1 12 a12 4 --- plug-ins/gimptcl/gtclPDB.c.orig Thu Jan 29 01:34:27 1998 +++ plug-ins/gimptcl/gtclPDB.c Thu Jan 29 01:34:52 1998 @@@@ -27,7 +27,7 @@@@ */ a13 6 #include -#include +#include #include #include #include @ 1.1 log @Initial import of gimp-0.99.18 package made by Bernd Sieker. @ text @@