seehuhn / dieharder

A modified version of Robert G. Brown's "dieharder" tests for random number generators.
Other
49 stars 16 forks source link

Fix compilation error "unknown type name 'intptr_t'" on linux. #1

Closed r4start closed 7 years ago

r4start commented 7 years ago

In order to successfully compile dieharder in Arch Linux it is necessary to include stdint.h. intptr_t and uintptr_t are optional C99 types.

seehuhn commented 7 years ago

Thank you for your contribution!

r4start commented 7 years ago

Thank you!