* gprof.h: Include ansidecl.h before sysdep.h.
This commit is contained in:
parent
be2f6bd65b
commit
8739c727bd
2 changed files with 5 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
Mon Apr 26 12:37:46 1993 Ian Lance Taylor (ian@cygnus.com)
|
||||
|
||||
* gprof.h: Include ansidecl.h before sysdep.h.
|
||||
|
||||
Tue Apr 13 16:14:03 1993 Per Bothner (bothner@cygnus.com)
|
||||
|
||||
* M Makefile.in: Add -g to CFLAGS.
|
||||
|
|
|
@ -19,6 +19,7 @@
|
|||
* @(#)gprof.h 5.9 (Berkeley) 6/1/90
|
||||
*/
|
||||
|
||||
#include <ansidecl.h>
|
||||
#include "sysdep.h"
|
||||
#include "bfd.h"
|
||||
#include "gmon.h"
|
||||
|
|
Loading…
Reference in a new issue