Skip to content

Commit

Permalink
Add #include <stdlib.h> for Windows build support.
Browse files Browse the repository at this point in the history
Signed-off-by: Mike Inouye <[email protected]>
  • Loading branch information
mikesinouye committed Sep 18, 2024
1 parent ee5acbb commit 5bd5216
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/misc/extra/extraUtilFile.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
***********************************************************************/

#include <limits.h>
#include <stdlib.h>

#include "extra.h"

Expand Down

0 comments on commit 5bd5216

Please sign in to comment.