diff options
author | csilvers <csilvers@6b5cf1ce-ec42-a296-1ba9-69fdba395a50> | 2009-04-21 17:10:29 +0000 |
---|---|---|
committer | csilvers <csilvers@6b5cf1ce-ec42-a296-1ba9-69fdba395a50> | 2009-04-21 17:10:29 +0000 |
commit | a63235c4331445d718d151a2a659ec9687a0b8c8 (patch) | |
tree | 2f918b353f06253e68779e06a40f855de968bfb7 /src/heap-checker.cc | |
parent | beb6a9a183c1ca25c99e4401b58266ce73b8c846 (diff) | |
download | gperftools-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/heap-checker.cc')
-rw-r--r-- | src/heap-checker.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/heap-checker.cc b/src/heap-checker.cc index 4c446c1..1730783 100644 --- a/src/heap-checker.cc +++ b/src/heap-checker.cc @@ -33,7 +33,7 @@ // Author: Maxim Lifantsev // -#include "config.h" +#include <config.h> #include <fcntl.h> // for O_RDONLY (we use syscall to do actual reads) #include <string.h> |