summaryrefslogtreecommitdiffstats
path: root/crypto/LPdir_win.c
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2016-07-18 10:29:46 +0100
committerMatt Caswell <matt@openssl.org>2016-07-18 10:47:07 +0100
commit3c49b2e0cdb1c82f424ba172ca819360fa6ccfe2 (patch)
tree13131e3bb104d5180fd3a17df0506aeb177a5194 /crypto/LPdir_win.c
parent33e49fda9635f3daabf912a8781abde0de681fe6 (diff)
Fix mingw build
Mingw builds on Travis were failing because INT_MAX was undeclared. Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to 'crypto/LPdir_win.c')
-rw-r--r--crypto/LPdir_win.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/LPdir_win.c b/crypto/LPdir_win.c
index db3dfce790..8f674d305b 100644
--- a/crypto/LPdir_win.c
+++ b/crypto/LPdir_win.c
@@ -35,6 +35,7 @@
#include <windows.h>
#include <tchar.h>
+#include "internal/numbers.h"
#ifndef LPDIR_H
# include "LPdir.h"
#endif