summaryrefslogtreecommitdiff
path: root/dieharder/stdint.patch
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2016-11-24 10:05:37 +0100
committerErich Eckner <git@eckner.net>2016-11-24 10:05:37 +0100
commit40669990796dcabddee6256f9738651613ff9907 (patch)
tree13337219718b3923d1d09cc574a68220f4eecff5 /dieharder/stdint.patch
parentdcc2a1dbcd42ac479b1fc04e9484430d0c605037 (diff)
downloadarchlinuxewe.git.save-40669990796dcabddee6256f9738651613ff9907.tar.xz
dieharder neu
Diffstat (limited to 'dieharder/stdint.patch')
-rw-r--r--dieharder/stdint.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/dieharder/stdint.patch b/dieharder/stdint.patch
new file mode 100644
index 00000000..75fbc651
--- /dev/null
+++ b/dieharder/stdint.patch
@@ -0,0 +1,10 @@
+--- include/dieharder/libdieharder.h 2011-10-14 15:41:37.000000000 +0200
++++ include/dieharder/libdieharder.h.new 2015-03-27 16:34:40.978860858 +0100
+@@ -13,6 +13,7 @@
+ #include <stdlib.h>
+ #include <stdarg.h>
+ #include <string.h>
++#include <stdint.h>
+ #include <sys/time.h>
+
+ /* This turns on uint macro in c99 */