forked from OSchip/llvm-project
[XRay] [compiler-rt] fix build by including errno.h into FDR mode
The build got broken after D39277 (and rL316816) deleted <cerrno>. llvm-svn: 316821
This commit is contained in:
parent
cb18957da0
commit
f5f4c009fe
|
@ -17,6 +17,7 @@
|
|||
#include "xray_fdr_logging.h"
|
||||
#include <sys/syscall.h>
|
||||
#include <sys/time.h>
|
||||
#include <errno.h>
|
||||
#include <time.h>
|
||||
#include <unistd.h>
|
||||
|
||||
|
|
Loading…
Reference in New Issue