Build netd with a built-in resolver library
Test: atest netd_unit_test netd_integration_test
Change-Id: Ied9f5b1328918793521a8d6f82afdfc6481fd545
diff --git a/resolv/resolv_static.h b/resolv/resolv_static.h
index e92b83b..26863fd 100644
--- a/resolv/resolv_static.h
+++ b/resolv/resolv_static.h
@@ -1,5 +1,5 @@
-#ifndef _RESOLV_STATIC_H
-#define _RESOLV_STATIC_H
+#ifndef _RESOLV_STATIC_H_
+#define _RESOLV_STATIC_H_
#include <netdb.h>
@@ -29,4 +29,4 @@
extern res_static __res_get_static(void);
-#endif /* _RESOLV_STATIC_H */
+#endif // _RESOLV_STATIC_H_