Adding #includes string.h and miscutil.h
[privoxy.git] / deanimate.c
index 0751500..b0ba14e 100644 (file)
@@ -1,7 +1,7 @@
-const char deanimate_rcs[] = "$Id: $";
+const char deanimate_rcs[] = "$Id: deanimate.c,v 1.2 2001/07/13 13:46:20 oes Exp $";
 /*********************************************************************
  *
- * File        :  $Source: $
+ * File        :  $Source: /cvsroot/ijbswa/current/deanimate.c,v $
  *
  * Purpose     :  Declares functions to deanimate GIF images on the fly.
  *                
@@ -36,17 +36,23 @@ const char deanimate_rcs[] = "$Id: $";
  *                Temple Place - Suite 330, Boston, MA  02111-1307, USA.
  *
  * Revisions   :
- *    $Log: $
+ *    $Log: deanimate.c,v $
+ *    Revision 1.2  2001/07/13 13:46:20  oes
+ *    Introduced GIF deanimation feature
+ *
  *
  **********************************************************************/
 \f
 
 #include "config.h"
-#include "project.h"
-#include "deanimate.h"
 
+#include <string.h>
 #include <fcntl.h>
 
+#include "project.h"
+#include "deanimate.h"
+#include "miscutil.h"
+
 const char deanimate_h_rcs[] = DEANIMATE_H_VERSION;
 
 /*********************************************************************