Index: uspace/lib/cpp/include/climits
===================================================================
--- uspace/lib/cpp/include/climits	(revision a1aecb12e1acd6c228cecd2e91a411a9fb169a0c)
+++ uspace/lib/cpp/include/climits	(revision 5af0bc999945e2b7d72b71a8cb3ef02fe5fee383)
@@ -1,4 +1,4 @@
 /*
- * Copyright (c) 2017 Jaroslav Jindrak
+ * Copyright (c) 2018 Jaroslav Jindrak
  * All rights reserved.
  *
@@ -32,11 +32,14 @@
 #include "internal/common.hpp"
 
+namespace std::hel
+{
+    extern "C" {
+        #include <limits.h>
+    }
+}
+
 namespace std
 {
-
-extern "C" {
-#include <limits.h>
-}
-
+    // Note: Only macros imported here.
 }
 
