diff options
Diffstat (limited to 'src/const/net')
-rw-r--r-- | src/const/net/nostat.h | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/src/const/net/nostat.h b/src/const/net/nostat.h index 3e2553d4f..4dd0f03db 100644 --- a/src/const/net/nostat.h +++ b/src/const/net/nostat.h @@ -21,15 +21,7 @@ #ifndef CONST_NET_NOSTAT_H #define CONST_NET_NOSTAT_H -#if defined(__GXX_EXPERIMENTAL_CXX0X__) -#if defined(__APPLE__) -#include <tr1/cstdint> -#else -#include <cstdint> -#endif -#else -#include <stdint.h> -#endif +#include <limits.h> static const int NoStat = INT_MAX; |