From 07d35d668452d68fb43a8f07e6a815308bf366ab Mon Sep 17 00:00:00 2001
From: night0721 <night@night0721.xyz>
Date: Fri, 28 Feb 2025 13:38:48 +0000
Subject: [PATCH] Fix coredump limit include

---
 apm.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/apm.c b/apm.c
index 2c0fecf..477a3c8 100644
--- a/apm.c
+++ b/apm.c
@@ -4,6 +4,7 @@
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
+#include <sys/resource.h>
 #include <sys/stat.h>
 #include <time.h>
 #include <unistd.h>