From 39f2c804a34ffa319f2172d20579c7dcc109d5d6 Mon Sep 17 00:00:00 2001 From: Jayaraj Rajappan Date: Mon, 10 Jun 2002 10:47:56 +0000 Subject: [PATCH] #include . Fixes #83960. --- src/fixedtip.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/fixedtip.c b/src/fixedtip.c index 826359a20..39e98caaf 100644 --- a/src/fixedtip.c +++ b/src/fixedtip.c @@ -19,6 +19,7 @@ * 02111-1307, USA. */ +#include #include "fixedtip.h" static GtkWidget *tip = NULL;