added stdlib.h dependency for rand()

This commit is contained in:
Krishna Vedala 2020-04-08 10:08:25 -04:00
parent 44a89fb3ba
commit d2e1b7fc98
No known key found for this signature in database
GPG Key ID: BA19ACF8FC8792F7
1 changed files with 1 additions and 0 deletions

View File

@ -1,5 +1,6 @@
#include <stdio.h>
#include <math.h>
#include <stdlib.h>
#include <limits.h>
#define MAX_LEN INT_MAX