mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-11 13:16:45 +02:00
10 lines
305 B
Diff
10 lines
305 B
Diff
--- a/kpatch-build/create-kpatch-module.c 2025-01-21 17:38:20.000000000 +0100
|
|
+++ b/kpatch-build/create-kpatch-module.c.new 2025-01-21 19:34:37.220704831 +0100
|
|
@@ -21,6 +21,7 @@
|
|
#include <stdlib.h>
|
|
#include <libgen.h>
|
|
#include <argp.h>
|
|
+#include <limits.h>
|
|
|
|
#include "log.h"
|
|
#include "kpatch-elf.h"
|