summaryrefslogtreecommitdiff
path: root/benchmark
diff options
context:
space:
mode:
authorGabriel Marin <gmx@chromium.org>2018-07-17 18:28:01 -0700
committerAliaksey Kandratsenka <alkondratenko@gmail.com>2018-08-05 16:15:12 -0700
commit3af509d4f91aa1fae3f8caeb17b158f20e9b5e59 (patch)
tree5e8b42ce2a3b5207016b60f3236a5de9d452645f /benchmark
parent0cdda6d7cc5e082bb704a9352934148e13dc0a0d (diff)
downloadgperftools-3af509d4f91aa1fae3f8caeb17b158f20e9b5e59.tar.gz
benchmark: use angle brackets to include ucontext.h
Using quotes for a system header file fails a presubmit check in Chromium.
Diffstat (limited to 'benchmark')
-rw-r--r--benchmark/unwind_bench.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmark/unwind_bench.cc b/benchmark/unwind_bench.cc
index f919fc0..9c4e2f8 100644
--- a/benchmark/unwind_bench.cc
+++ b/benchmark/unwind_bench.cc
@@ -7,7 +7,7 @@
#include <stdlib.h>
#include <stdio.h>
#include <stdint.h>
-#include "sys/ucontext.h"
+#include <sys/ucontext.h>
#if HAVE_LIBUNWIND_H
#include <libunwind.h>
#endif