biglybt: 3.5.0.0 -> 3.6.0.0
[NixPkgs.git] / pkgs / development / tools / misc / dbench / fix-missing-stdint.patch
blob96cb28e9e55af1a4b41f2cc38b767528c408f7df
1 --- dbench-65b1987.org/libnfs.c 2017-11-08 12:25:39.652147989 +0000
2 +++ dbench-65b1987/libnfs.c 2017-11-08 12:26:20.269897054 +0000
3 @@ -23,6 +23,7 @@
4 #include <sys/types.h>
5 #include <sys/stat.h>
6 #include <fcntl.h>
7 +#include <stdint.h>
9 #define discard_const(ptr) ((void *)((intptr_t)(ptr)))