summaryrefslogtreecommitdiff
path: root/src/base/vdso_support.h
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/base/vdso_support.h
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/base/vdso_support.h')
-rw-r--r--src/base/vdso_support.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/base/vdso_support.h b/src/base/vdso_support.h
index 228b177..9d0f369 100644
--- a/src/base/vdso_support.h
+++ b/src/base/vdso_support.h
@@ -55,7 +55,7 @@
#ifndef BASE_VDSO_SUPPORT_H_
#define BASE_VDSO_SUPPORT_H_
-#include "config.h"
+#include <config.h>
// Maybe one day we can rewrite this file not to require the elf
// symbol extensions in glibc, but for right now we need them.