Remove unused pkg dependancy
[platform/upstream/iotivity.git] / extlibs / tinydtls / session.h
index bd848f2..11ce357 100644 (file)
@@ -62,6 +62,9 @@ typedef struct {
 
 typedef struct {
   socklen_t size;              /**< size of addr */
+#ifdef _MSC_VER
+  __declspec(align(8))
+#endif
   union {
     struct sockaddr     sa;
     struct sockaddr_storage st;