Include <sys/syscall.h> in ServerBench.cpp for SYS_perf_event_open #2

Closed
weaselbot wants to merge 2 commits from weaselbot/issue-41 into main
Showing only changes of commit 0417152a56 - Show all commits
+1
View File
@@ -12,6 +12,7 @@
#include <sys/ioctl.h>
#include <sys/resource.h>
#include <sys/socket.h>
#include <sys/syscall.h>
#include <sys/types.h>
#include <sys/uio.h>
#include <thread>