X-Git-Url: http://cvs.zerfleddert.de/cgi-bin/gitweb.cgi/micropolis/blobdiff_plain/6a5fa4e03967ab980cdc7ef96a42400bc29b4414..f1d92a2564f181cebcabbd0f8c04fe8966bc17ff:/src/tk/tkpixmap.c diff --git a/src/tk/tkpixmap.c b/src/tk/tkpixmap.c index 3a0d9ca..8d23dad 100644 --- a/src/tk/tkpixmap.c +++ b/src/tk/tkpixmap.c @@ -41,7 +41,7 @@ static char *AtFSid = "$Header: tkPixmap.c[1.1] Mon Sep 28 14:12:35 1992 garfiel * Include the xpm 3 defines for color pixmaps */ //#include "xpmtk.h" -#include +#include /* * One of the following data structures exists for each bitmap that is @@ -516,7 +516,7 @@ Tk_GetPixmapFromData(interp, tkwin, source, width, height) Tk_Uid name = NULL; /* Initialization need only to prevent * compiler warning. */ int new; - static autoNumber = 0; + static int autoNumber = 0; char string[20]; if (!initialized) {