Adding #includes string.h and miscutil.h
authorjongfoster <jongfoster@users.sourceforge.net>
Sun, 15 Jul 2001 13:57:50 +0000 (13:57 +0000)
committerjongfoster <jongfoster@users.sourceforge.net>
Sun, 15 Jul 2001 13:57:50 +0000 (13:57 +0000)
deanimate.c

index 73dd546..b0ba14e 100644 (file)
@@ -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
+ *
  *
  **********************************************************************/
 \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;
 
 /*********************************************************************