* gprof.h: Include ansidecl.h before sysdep.h.

This commit is contained in:
Ian Lance Taylor 1993-04-26 19:38:30 +00:00
parent be2f6bd65b
commit 8739c727bd
2 changed files with 5 additions and 0 deletions

View File

@ -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.

View File

@ -19,6 +19,7 @@
* @(#)gprof.h 5.9 (Berkeley) 6/1/90
*/
#include <ansidecl.h>
#include "sysdep.h"
#include "bfd.h"
#include "gmon.h"