diff --git a/include/common/namespace.h b/include/common/namespace.h index e67742b1b..fa4185db6 100644 --- a/include/common/namespace.h +++ b/include/common/namespace.h @@ -1,4 +1,5 @@ -#ifndef NAMESPACE_H +#ifndef _NAMESPACE_H +#define _NAMESPACE_H #include #include @@ -21,4 +22,4 @@ const struct netns_entry* netns_store_lookup(const char *ns_name, size_t ns_name int netns_init(void); #endif /* CONFIG_HAP_NS */ -#endif /* NAMESPACE_H */ +#endif /* _NAMESPACE_H */