Description: declare a type for first_time
 first_time was declared without an explicit type, which gives a warning now.
 .
 pixmap (2.6.6-1) UNRELEASED; urgency=medium
 .
   * New upstream version.
Author: Paul Slootman <paul@debian.org>

---
Last-Update: 2021-11-23

--- pixmap-2.6.6.orig/PixEdit.c
+++ pixmap-2.6.6/PixEdit.c
@@ -1454,7 +1454,7 @@ void DoColorName()
 
 void SwitchImage()
 {
-	static first_time = True;
+	static int first_time = True;
 
     if (image_visible) {
       XtPopdown(image_shell);
