summaryrefslogtreecommitdiff
path: root/src/const
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2017-06-08 01:44:20 +0300
committerAndrei Karas <akaras@inbox.ru>2017-06-08 01:44:20 +0300
commit69a1bbcd0c2170975556bfe495e1f169fd6c7726 (patch)
tree2edca171b40bbbb421f7eaaf857ed79e794730c1 /src/const
parent34a83475636164cf43551d9ec83ec30da5a7e7f2 (diff)
downloadplus-69a1bbcd0c2170975556bfe495e1f169fd6c7726.tar.gz
plus-69a1bbcd0c2170975556bfe495e1f169fd6c7726.tar.bz2
plus-69a1bbcd0c2170975556bfe495e1f169fd6c7726.tar.xz
plus-69a1bbcd0c2170975556bfe495e1f169fd6c7726.zip
Replace depricated headers.
Diffstat (limited to 'src/const')
-rw-r--r--src/const/net/nostat.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/const/net/nostat.h b/src/const/net/nostat.h
index 6b41a615d..721db244c 100644
--- a/src/const/net/nostat.h
+++ b/src/const/net/nostat.h
@@ -21,7 +21,7 @@
#ifndef CONST_NET_NOSTAT_H
#define CONST_NET_NOSTAT_H
-#include <limits.h>
+#include <climits>
static const int NoStat = INT_MAX;