From 748f48ff1cb60276da84388bb5fb6b97e8aca839 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Sun, 16 Jun 2024 22:14:16 +0700 Subject: [PATCH] dieharder: fix build --- srcpkgs/dieharder/patches/stdint.patch | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 srcpkgs/dieharder/patches/stdint.patch diff --git a/srcpkgs/dieharder/patches/stdint.patch b/srcpkgs/dieharder/patches/stdint.patch new file mode 100644 index 00000000000..0c12626fb4a --- /dev/null +++ b/srcpkgs/dieharder/patches/stdint.patch @@ -0,0 +1,10 @@ +--- a/include/dieharder/libdieharder.h ++++ b/include/dieharder/libdieharder.h +@@ -9,6 +9,7 @@ + /* To enable large file support */ + #define _FILE_OFFSET_BITS 64 + ++#include + #include + #include + #include