Fix GCC build.

Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Li-Wen Hsu 2020-02-13 19:05:19 +00:00
parent 5a6d45d015
commit 338450436d

View file

@ -37,7 +37,7 @@
#include <stdlib.h>
#include <unistd.h>
#define RANDOM_MAX ((1<<31) - 1)
#define RANDOM_MAX (((long)1<<31) - 1)
int main(int argc, char** argv){
useconds_t max_usecs, usecs;