Skip to content

Commit

Permalink
Update Random.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
seega authored May 4, 2023
1 parent 9a6488f commit e123456
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions secp256k1/Random.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@
#if defined(_WIN64) && !defined(__CYGWIN__)
#else
#include <sys/random.h>
#endif

#ifdef __unix__
#include <linux/random.h>
#endif

Expand Down

0 comments on commit e123456

Please sign in to comment.