Code Review
/
common
/
thrift.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
82c1bab
)
Include limits.h in the compiler for PATH_MAX
author
David Reiss
<dreiss@apache.org>
Wed, 11 Jun 2008 01:17:00 +0000
(
01:17
+0000)
committer
David Reiss
<dreiss@apache.org>
Wed, 11 Jun 2008 01:17:00 +0000
(
01:17
+0000)
git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@666491
13f79535
-47bb-0310-9956-
ffa450edef68
compiler/cpp/src/main.cc
patch
|
blob
|
history
diff --git
a/compiler/cpp/src/main.cc
b/compiler/cpp/src/main.cc
index
f2f3a9b
..
c6a848b
100644
(file)
--- a/
compiler/cpp/src/main.cc
+++ b/
compiler/cpp/src/main.cc
@@
-24,10
+24,10
@@
#include <sys/types.h>
#include <sys/stat.h>
#include <errno.h>
+#include <limits.h>
#ifdef MINGW
# include <windows.h> /* for GetFullPathName */
-# include <limits.h>
#endif
// Careful: must include globals first for extern definitions