The include file did not protect correctly against multiple inclusions,
as it didn't define the file name after checking for it. That's currently
harmless as the file is only included from .c but that could change.
-#ifndef NAMESPACE_H
+#ifndef _NAMESPACE_H
+#define _NAMESPACE_H
#include <stdlib.h>
#include <ebistree.h>
int netns_init(void);
#endif /* CONFIG_HAP_NS */
-#endif /* NAMESPACE_H */
+#endif /* _NAMESPACE_H */