mirror of
https://github.com/gperftools/gperftools
synced 2025-01-11 09:09:49 +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 <stdlib.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
#include "sys/ucontext.h"
|
#include <sys/ucontext.h>
|
||||||
#if HAVE_LIBUNWIND_H
|
#if HAVE_LIBUNWIND_H
|
||||||
#include <libunwind.h>
|
#include <libunwind.h>
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user