From 29aff70c9341505c82124964f20e2213dd04de81 Mon Sep 17 00:00:00 2001 From: jongfoster Date: Sun, 15 Jul 2001 13:57:50 +0000 Subject: [PATCH] Adding #includes string.h and miscutil.h --- deanimate.c | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/deanimate.c b/deanimate.c index 73dd5461..b0ba14e9 100644 --- a/deanimate.c +++ b/deanimate.c @@ -1,4 +1,4 @@ -const char deanimate_rcs[] = "$Id: deanimate.c,v 1.1 2001/07/13 13:40:09 oes Exp $"; +const char deanimate_rcs[] = "$Id: deanimate.c,v 1.2 2001/07/13 13:46:20 oes Exp $"; /********************************************************************* * * File : $Source: /cvsroot/ijbswa/current/deanimate.c,v $ @@ -37,16 +37,22 @@ const char deanimate_rcs[] = "$Id: deanimate.c,v 1.1 2001/07/13 13:40:09 oes Exp * * Revisions : * $Log: deanimate.c,v $ + * Revision 1.2 2001/07/13 13:46:20 oes + * Introduced GIF deanimation feature + * * **********************************************************************/ #include "config.h" -#include "project.h" -#include "deanimate.h" +#include #include +#include "project.h" +#include "deanimate.h" +#include "miscutil.h" + const char deanimate_h_rcs[] = DEANIMATE_H_VERSION; /********************************************************************* -- 2.39.2