mirror of
https://github.com/dynup/kpatch
synced 2025-04-01 14:38:10 +00:00
Merge pull request #1436 from androw/musl
kpatch-build: add missing include for musl
This commit is contained in:
commit
5124601fe2
@ -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