mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-07-29 04:50:26 +00:00
compel: add missing header required by musl
This fix compilation issue regarding undeclared NULL and memcpy when using musl on ARM. Signed-off-by: Pierre-Olivier Mercier <nemunaire@nemunai.re>
This commit is contained in:
parent
0c1b1d0fe7
commit
acde064232
2 changed files with 2 additions and 0 deletions
|
|
@ -1,3 +1,4 @@
|
|||
#include <stdlib.h>
|
||||
#include <sys/ptrace.h>
|
||||
#include <sys/types.h>
|
||||
#include <sys/uio.h>
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
#include <stdlib.h>
|
||||
#include <sys/ptrace.h>
|
||||
#include <sys/types.h>
|
||||
#include <compel/plugins/std/syscall-codes.h>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue