From: jongfoster Date: Sun, 15 Jul 2001 13:57:50 +0000 (+0000) Subject: Adding #includes string.h and miscutil.h X-Git-Tag: v_2_9_9~255 X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=commitdiff_plain;h=29aff70c9341505c82124964f20e2213dd04de81 Adding #includes string.h and miscutil.h --- 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; /*********************************************************************