summaryrefslogtreecommitdiff
path: root/src/stacktrace.cc
diff options
context:
space:
mode:
authorcsilvers <csilvers@6b5cf1ce-ec42-a296-1ba9-69fdba395a50>2009-04-21 17:10:29 +0000
committercsilvers <csilvers@6b5cf1ce-ec42-a296-1ba9-69fdba395a50>2009-04-21 17:10:29 +0000
commita63235c4331445d718d151a2a659ec9687a0b8c8 (patch)
tree2f918b353f06253e68779e06a40f855de968bfb7 /src/stacktrace.cc
parentbeb6a9a183c1ca25c99e4401b58266ce73b8c846 (diff)
downloadgperftools-a63235c4331445d718d151a2a659ec9687a0b8c8.tar.gz
1) Change #include "config.h" to <config.h>. This is what automake
recommends, and makes it easier to override a config file. 2) Rename OS_WINDOWS in sysinfo.cc, to not conflict with a macro defined in a windows SDK somewhere. git-svn-id: http://gperftools.googlecode.com/svn/trunk@70 6b5cf1ce-ec42-a296-1ba9-69fdba395a50
Diffstat (limited to 'src/stacktrace.cc')
-rw-r--r--src/stacktrace.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stacktrace.cc b/src/stacktrace.cc
index a9a41f3..d158eea 100644
--- a/src/stacktrace.cc
+++ b/src/stacktrace.cc
@@ -52,7 +52,7 @@
// correctly when GetStackTrace() is called with max_depth == 0.
// Some code may do that.
-#include "config.h"
+#include <config.h>
#include <google/stacktrace.h>
#include "stacktrace_config.h"