From 2304691c4169fa5eb16878b768703d192bdd6f98 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Henrik=20Grubbstr=C3=B6m=20=28Grubba=29?=
 <grubba@grubba.org>
Date: Tue, 11 Nov 1997 04:45:31 +0100
Subject: [PATCH] Added gif.h.

Rev: src/modules/Image/encodings/gif.c:1.17
---
 src/modules/Image/encodings/gif.c | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/src/modules/Image/encodings/gif.c b/src/modules/Image/encodings/gif.c
index 7b529975ba..0bcc834fe8 100644
--- a/src/modules/Image/encodings/gif.c
+++ b/src/modules/Image/encodings/gif.c
@@ -1,9 +1,9 @@
-/* $Id: gif.c,v 1.16 1997/11/10 05:41:19 mirar Exp $ */
+/* $Id: gif.c,v 1.17 1997/11/11 03:45:31 grubba Exp $ */
 
 /*
 **! module Image
 **! note
-**!	$Id: gif.c,v 1.16 1997/11/10 05:41:19 mirar Exp $
+**!	$Id: gif.c,v 1.17 1997/11/11 03:45:31 grubba Exp $
 **! submodule GIF
 **!
 **!	This submodule keep the GIF encode/decode capabilities
@@ -31,7 +31,7 @@
 
 #include "stralloc.h"
 #include "global.h"
-RCSID("$Id: gif.c,v 1.16 1997/11/10 05:41:19 mirar Exp $");
+RCSID("$Id: gif.c,v 1.17 1997/11/11 03:45:31 grubba Exp $");
 #include "pike_macros.h"
 #include "object.h"
 #include "constants.h"
@@ -46,6 +46,7 @@ RCSID("$Id: gif.c,v 1.16 1997/11/10 05:41:19 mirar Exp $");
 #include "colortable.h"
 #include "builtin_functions.h"
 
+#include "gif.h"
 #include "gif_lzw.h"
 
 extern struct program *image_colortable_program;
-- 
GitLab