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