diff options
Diffstat (limited to 'gprof/gprof.h')
-rw-r--r-- | gprof/gprof.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gprof/gprof.h b/gprof/gprof.h index fdf9a28..07ca5f0 100644 --- a/gprof/gprof.h +++ b/gprof/gprof.h @@ -21,10 +21,9 @@ #ifndef gprof_h #define gprof_h -#include "ansidecl.h" - /* Include the BFD sysdep.h file. */ #include "sysdep.h" +#include "bfd.h" /* Undefine the BFD PACKAGE and VERSION macros before including the gprof config.h file. */ @@ -109,7 +108,6 @@ typedef enum } File_Format; -typedef int bool; typedef unsigned char UNIT[2]; /* unit of profiling */ extern const char *whoami; /* command-name, for error messages */ |