Write new DTLS handshake fields correctly
diff --git a/include/polarssl/ssl.h b/include/polarssl/ssl.h
index 226485a..bf5d724 100644
--- a/include/polarssl/ssl.h
+++ b/include/polarssl/ssl.h
@@ -616,6 +616,9 @@
     ssl_key_cert *sni_key_cert;         /*!<  key/cert list from SNI  */
 #endif
 #endif /* POLARSSL_X509_CRT_PARSE_C */
+#if defined(POLARSSL_SSL_PROTO_DTLS)
+    unsigned int msg_seq;               /*!<  DTLS handshake sequence number */
+#endif
 
     /*
      * Checksum contexts