summaryrefslogtreecommitdiff
path: root/gprof/gprof.h
diff options
context:
space:
mode:
authorKazu Hirata <kazu@codesourcery.com>2009-04-15 03:22:42 +0000
committerKazu Hirata <kazu@codesourcery.com>2009-04-15 03:22:42 +0000
commit39e65143d27eb91a882da6de8d840557c7bd447b (patch)
treea1322b390ab6a91011670365d8f30b863818f648 /gprof/gprof.h
parent93af4360e4ffdd97c92a851bef44ee1485e22c0c (diff)
gprof/
* gprof.h: Include gconfig.h. #undef PACKAGE. ld/ * ldlang.c: Do not include limits.h.
Diffstat (limited to 'gprof/gprof.h')
-rw-r--r--gprof/gprof.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/gprof/gprof.h b/gprof/gprof.h
index 4cb9e4a75f..0856976eef 100644
--- a/gprof/gprof.h
+++ b/gprof/gprof.h
@@ -29,6 +29,10 @@
#ifndef gprof_h
#define gprof_h
+#include "gconfig.h"
+
+#undef PACKAGE
+
/* Include the BFD sysdep.h file. */
#include "sysdep.h"
#include "bfd.h"