Skip to content

Commit 788e44d

Browse files
authored
Fix compilation with source merging disabled (async-profiler#1185)
1 parent 7152ba0 commit 788e44d

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/os_linux.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
#include <arpa/inet.h>
99
#include <byteswap.h>
1010
#include <dirent.h>
11+
#include <errno.h>
1112
#include <fcntl.h>
1213
#include <sched.h>
1314
#include <stdio.h>

src/symbols_linux.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
#include "dwarf.h"
2323
#include "fdtransferClient.h"
2424
#include "log.h"
25+
#include "os.h"
2526

2627

2728
#ifdef __x86_64__

0 commit comments

Comments
 (0)