Merge pull request #1436 from androw/musl

kpatch-build: add missing include for musl
This commit is contained in:
Joe Lawrence 2025-01-23 12:45:49 -05:00 committed by GitHub
commit 5124601fe2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -21,6 +21,7 @@
#include <stdlib.h>
#include <libgen.h>
#include <argp.h>
#include <limits.h>
#include "log.h"
#include "kpatch-elf.h"