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:
Gabriel Marin 2018-07-17 18:28:01 -07:00 committed by Aliaksey Kandratsenka
parent 0cdda6d7cc
commit 3af509d4f9

View File

@ -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