From c826f22d593a01257118a209fed41c0cb91363ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Sat, 30 Aug 2025 15:41:06 +0700 Subject: [PATCH] gargoyle: fixbuild --- srcpkgs/gargoyle/patches/stdint.patch | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 srcpkgs/gargoyle/patches/stdint.patch diff --git a/srcpkgs/gargoyle/patches/stdint.patch b/srcpkgs/gargoyle/patches/stdint.patch new file mode 100644 index 00000000000..78103c15966 --- /dev/null +++ b/srcpkgs/gargoyle/patches/stdint.patch @@ -0,0 +1,10 @@ +--- a/garglk/garglk.h ++++ b/garglk/garglk.h +@@ -30,6 +30,7 @@ + #include + #include + #include ++#include + #include + #include + #include