mirror of
https://github.com/dynup/kpatch
synced 2025-05-12 04:47:57 +00:00
kpatch-build: add missing include for musl
This commit is contained in:
parent
903dfe2b64
commit
2523367d34
@ -21,6 +21,7 @@
|
|||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <libgen.h>
|
#include <libgen.h>
|
||||||
#include <argp.h>
|
#include <argp.h>
|
||||||
|
#include <limits.h>
|
||||||
|
|
||||||
#include "log.h"
|
#include "log.h"
|
||||||
#include "kpatch-elf.h"
|
#include "kpatch-elf.h"
|
||||||
|
Loading…
Reference in New Issue
Block a user