Skip to content

Commit

Permalink
added include of signal.h to make compile on latest Debian Testing. R…
Browse files Browse the repository at this point in the history
…eported by piotr.kiljanski@intel.com
  • Loading branch information
mikanystrom-intel committed Oct 9, 2018
1 parent 304109c commit 973cea0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions m3-libs/m3core/src/coroutine/UCONTEXT/ContextC.c
Expand Up @@ -16,6 +16,7 @@
#include <errno.h>
#include <stdio.h>
#include <string.h>
#include <signal.h>
#include <assert.h>

#define M3_RETRY(expr) \
Expand Down

0 comments on commit 973cea0

Please sign in to comment.