Skip to content

Commit

Permalink
kpatch-build: add missing include for musl
Browse files Browse the repository at this point in the history
  • Loading branch information
androw committed Jan 21, 2025
1 parent 903dfe2 commit 2523367
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kpatch-build/create-kpatch-module.c
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
#include <stdlib.h>
#include <libgen.h>
#include <argp.h>
#include <limits.h>

#include "log.h"
#include "kpatch-elf.h"
Expand Down

0 comments on commit 2523367

Please sign in to comment.