kpatch-build: add missing include for musl

This commit is contained in:
Nicolas Lorin 2025-01-21 19:57:39 +01:00
parent 903dfe2b64
commit 2523367d34
No known key found for this signature in database
GPG Key ID: BDE9D4146DB38124

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"