+Thu Jul 6 10:05:47 1995 Ezra Peisach <epeisach@kangaroo.mit.edu>
+
+ * prof_file.c: prof_int.h must be included after stdio.h
+
Wed July 5 15:52:31 1995 James Mattly <mattly@fusion.com>
* prof_file.c added conditionals for sys/*.h include files
* prof_int.h added _MACINTOSH conditional
* prof_file.c ---- routines that manipulate an individual profile file.
*/
-#include "prof_int.h"
-
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
+
+#include "prof_int.h"
+
#ifndef NO_SYS_TYPES_H
#include <sys/types.h>
#endif