Fix for issue AXIS2C-1553
diff --git a/axiom/include/axiom_element.h b/axiom/include/axiom_element.h
index 90e4881..a8dd669 100644
--- a/axiom/include/axiom_element.h
+++ b/axiom/include/axiom_element.h
@@ -464,6 +464,7 @@
         axiom_element_t * om_element,
         const axutil_env_t * env,
         axiom_node_t * element_node);
+#endif
 
     /**
      * checks for the namespace in the context of this element
@@ -609,7 +610,7 @@
         axiom_element_t * om_element,
         const axutil_env_t * env,
         axiom_node_t * element_node);
-#endif
+
     /** @} */
 
 #ifdef __cplusplus
diff --git a/axiom/src/om/om_element.c b/axiom/src/om/om_element.c
index 1e92a2d..84dd5c3 100644
--- a/axiom/src/om/om_element.c
+++ b/axiom/src/om/om_element.c
@@ -1663,7 +1663,7 @@
     }
     return AXIS2_SUCCESS;
 }
-
+#endif
 /**
  * checks for the namespace in the context of this element
  * with the given prefix
@@ -1899,4 +1899,4 @@
 {
     return axiom_node_to_string(element_node, env);
 }
-#endif
+