diff options
Diffstat (limited to 'coda/sys-libs/lwp/files/lwp-2.4-imp_dec.patch')
-rw-r--r-- | coda/sys-libs/lwp/files/lwp-2.4-imp_dec.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/coda/sys-libs/lwp/files/lwp-2.4-imp_dec.patch b/coda/sys-libs/lwp/files/lwp-2.4-imp_dec.patch new file mode 100644 index 0000000..2158f5b --- /dev/null +++ b/coda/sys-libs/lwp/files/lwp-2.4-imp_dec.patch @@ -0,0 +1,11 @@ +--- lwp-2.4/src/lwp_ucontext.c 2006-07-19 21:52:24.000000000 +0200 ++++ lwp-2.4/src/lwp_ucontext.c 2008-07-12 19:01:57.865778827 +0200 +@@ -18,6 +18,8 @@ + #include <stdlib.h> + #include <assert.h> + #include <stdarg.h> ++#include <string.h> ++#include <unistd.h> + #include "lwp_ucontext.h" + + /* if we already have ucontext.h we don't need any of this */ |