Bug fix in the new HscMain code.
[ghc-hetmet.git] / ghc / utils / hp2ps / Main.c
index 099b081..3b5efed 100644 (file)
@@ -1,6 +1,7 @@
+#include "Main.h"
 #include <stdio.h>
 #include <string.h>
-#include "Main.h"
+#include <stdlib.h>
 #include "Defines.h"
 #include "AuxFile.h"
 #include "AreaBelow.h"
 #include "Error.h"
 #include "Utilities.h"
 
-#ifndef atof
-extern double atof PROTO((char *));
-#endif
-
 boolish pflag = 0;     /* read auxiliary file                  */
 boolish eflag = 0;     /* scaled EPSF                          */ 
 boolish dflag = 0;     /* sort by standard deviation           */