include: Add the missing inaddr.h and in6addr.h include directives.
diff --git a/include/ras.h b/include/ras.h
index 3a75f41..f9fad2e 100644
--- a/include/ras.h
+++ b/include/ras.h
@@ -25,6 +25,8 @@
 extern "C" {
 #endif
 #include <pshpack4.h>
+#include <inaddr.h>
+#include <in6addr.h>
 
 #define RAS_MaxCallbackNumber RAS_MaxPhoneNumber
 #define RAS_MaxDeviceName     128