Skip to content

Commit

Permalink
5.5.3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
bha-evs committed Mar 24, 2024
1 parent aec55fe commit e73ad73
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions lib/src/bofprocess.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,9 @@
#include <spawn.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#if defined(__EMSCRIPTEN__)
#include <string.h>
#include <signal.h>
#if defined(__EMSCRIPTEN__)
#else
#include <sys/ptrace.h>
#endif
Expand Down
2 changes: 1 addition & 1 deletion lib/src/bofsystem.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ extern "C"
}
#else
#include <fcntl.h>
//#include <signal.h>
#include <signal.h>
#include <sys/mman.h>
#include <sys/resource.h>
#include <sys/shm.h>
Expand Down
2 changes: 1 addition & 1 deletion vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bofstd",
"version": "5.5.3.6",
"version": "5.5.3.7",
"description": "The onbings general purpose C++ Multiplatform library",
"dependencies": [
{
Expand Down

0 comments on commit e73ad73

Please sign in to comment.