diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-03-09 00:54:30 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-03-09 00:54:30 +0300 |
commit | 1a695b9bce453d9ff9ab1cc2a036d5ef5f59e468 (patch) | |
tree | 834442d14e34e5750723549ea5eb4c4ae213f0a5 /src | |
parent | 099e939f2690fdfbbe594f31c31d8aa9dc09640a (diff) | |
download | plus-1a695b9bce453d9ff9ab1cc2a036d5ef5f59e468.tar.gz plus-1a695b9bce453d9ff9ab1cc2a036d5ef5f59e468.tar.bz2 plus-1a695b9bce453d9ff9ab1cc2a036d5ef5f59e468.tar.xz plus-1a695b9bce453d9ff9ab1cc2a036d5ef5f59e468.zip |
Add include again.
Diffstat (limited to 'src')
-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; |