Skip to content

Commit

Permalink
Merge pull request #1436 from androw/musl
Browse files Browse the repository at this point in the history
kpatch-build: add missing include for musl
  • Loading branch information
joe-lawrence authored Jan 23, 2025
2 parents 903dfe2 + 2523367 commit 5124601
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 5124601

Please sign in to comment.