Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
wrappers: add sys/syscall.h include
  • Loading branch information
perexg committed Feb 18, 2016
1 parent 9e3e949 commit 92606cf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/wrappers.c
Expand Up @@ -11,6 +11,7 @@

#ifdef PLATFORM_LINUX
#include <sys/prctl.h>
#include <sys/syscall.h>
#endif

#ifdef PLATFORM_FREEBSD
Expand Down

0 comments on commit 92606cf

Please sign in to comment.