[project @ 2002-11-11 11:18:39 by simonmar]
[ghc-hetmet.git] / ghc / utils / hp2ps / Main.c
index 2e2c3cc..e1cfe63 100644 (file)
@@ -1,5 +1,6 @@
 #include <stdio.h>
 #include <string.h>
+#include <stdlib.h>
 #include "Main.h"
 #include "Defines.h"
 #include "AuxFile.h"
 #include "Error.h"
 #include "Utilities.h"
 
-#ifndef atof
-double atof PROTO((char *));
-#endif
-
 boolish pflag = 0;     /* read auxiliary file                  */
 boolish eflag = 0;     /* scaled EPSF                          */ 
 boolish dflag = 0;     /* sort by standard deviation           */