Commit 3c49b2e0 authored by Matt Caswell's avatar Matt Caswell
Browse files

Fix mingw build



Mingw builds on Travis were failing because INT_MAX was undeclared.

Reviewed-by: default avatarRich Salz <rsalz@openssl.org>
parent 33e49fda
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -35,6 +35,7 @@

#include <windows.h>
#include <tchar.h>
#include "internal/numbers.h"
#ifndef LPDIR_H
# include "LPdir.h"
#endif