summaryrefslogtreecommitdiff
path: root/src/const/net/maxpacketversion.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/const/net/maxpacketversion.h')
-rw-r--r--src/const/net/maxpacketversion.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/const/net/maxpacketversion.h b/src/const/net/maxpacketversion.h
index 1fba13a3f..0fedd3ab5 100644
--- a/src/const/net/maxpacketversion.h
+++ b/src/const/net/maxpacketversion.h
@@ -23,9 +23,9 @@
#if defined(__GXX_EXPERIMENTAL_CXX0X__)
#include <cstdint>
-#else
+#else // defined(__GXX_EXPERIMENTAL_CXX0X__)
#include <stdint.h>
-#endif
+#endif // defined(__GXX_EXPERIMENTAL_CXX0X__)
static const uint32_t maxPacketVersion = 20151001;