summarylogtreecommitdiffstats
path: root/stdint.patch
diff options
context:
space:
mode:
Diffstat (limited to 'stdint.patch')
-rw-r--r--stdint.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/stdint.patch b/stdint.patch
new file mode 100644
index 000000000000..75fbc65125bd
--- /dev/null
+++ b/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 */