mirror of
https://github.com/gperftools/gperftools
synced 2024-12-23 07:42:08 +00:00
benchmark: use angle brackets to include ucontext.h
Using quotes for a system header file fails a presubmit check in Chromium.
This commit is contained in:
parent
0cdda6d7cc
commit
3af509d4f9
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user