Skip to content

Commit

Permalink
kcov: fix another missing include in macOS system headers
Browse files Browse the repository at this point in the history
  • Loading branch information
valgur committed Jan 23, 2024
1 parent 011659f commit 49a8e17
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion recipes/kcov/all/patches/0003-fix-missing-include.patch
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
--- src/engines/mach-engine.cc
+++ src/engines/mach-engine.cc
@@ -30,6 +30,7 @@
@@ -30,6 +30,8 @@
#include <unistd.h>
#include <unordered_map>
#include <utils.hh>
+#include <assert.h>
+#include <sys/types.h>

using namespace kcov;
extern char** environ;

0 comments on commit 49a8e17

Please sign in to comment.