mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
dieharder: fix build
This commit is contained in:
parent
cd05d4f45f
commit
748f48ff1c
1 changed files with 10 additions and 0 deletions
10
srcpkgs/dieharder/patches/stdint.patch
Normal file
10
srcpkgs/dieharder/patches/stdint.patch
Normal file
|
@ -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 <stdint.h>
|
||||||
|
#include <stdio.h>
|
||||||
|
#include <stdlib.h>
|
||||||
|
#include <stdarg.h>
|
Loading…
Add table
Reference in a new issue