projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
33e49fd
)
Fix mingw build
author
Matt Caswell
<matt@openssl.org>
Mon, 18 Jul 2016 09:29:46 +0000
(10:29 +0100)
committer
Matt Caswell
<matt@openssl.org>
Mon, 18 Jul 2016 09:47:07 +0000
(10:47 +0100)
Mingw builds on Travis were failing because INT_MAX was undeclared.
Reviewed-by: Rich Salz <rsalz@openssl.org>
crypto/LPdir_win.c
patch
|
blob
|
history
diff --git
a/crypto/LPdir_win.c
b/crypto/LPdir_win.c
index db3dfce790f9a87c9e80ac2a4de91ac64606deee..8f674d305b74b75adfdfc81f287a6760a435f051 100644
(file)
--- 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