Index: uspace/lib/cpp/include/cassert
===================================================================
--- uspace/lib/cpp/include/cassert	(revision a1aecb12e1acd6c228cecd2e91a411a9fb169a0c)
+++ uspace/lib/cpp/include/cassert	(revision 3d6f7f3cf367b7155a62feaacbfa885578f47ce8)
@@ -1,4 +1,4 @@
 /*
- * Copyright (c) 2017 Jaroslav Jindrak
+ * Copyright (c) 2018 Jaroslav Jindrak
  * All rights reserved.
  *
@@ -32,11 +32,15 @@
 #include "internal/common.hpp"
 
+namespace std::hel
+{
+    extern "C" {
+        #include <assert.h>
+    }
+}
+
 namespace std
 {
-
-extern "C" {
-#include <assert.h>
-}
-
+    // Note: The only thing imported is assert
+    //       and that is a macro.
 }
 
