Version 0.5.0 of tinydtls

Dependents:   tinydtls_test_cellular tinydtls_test_ethernet tiny-dtls

Revision:
1:598a56fe116e
Parent:
0:ff9ebe0cf0e9
--- a/dtls.h	Fri Oct 18 13:18:30 2013 +0000
+++ b/dtls.h	Wed Feb 12 09:30:16 2014 +0000
@@ -34,6 +34,8 @@
 
 #include <stdint.h>
 
+#define MBED
+
 #include "t_list.h"
 #include "state.h"
 #include "peer.h"
@@ -418,8 +420,6 @@
 			   const session_t *session);
 
 
-#endif /* _DTLS_H_ */
-
 /**
  * @mainpage 
  *
@@ -723,4 +723,6 @@
 
 #ifdef __cplusplus
 }
-#endif
\ No newline at end of file
+#endif
+
+#endif /* _DTLS_H_ */
\ No newline at end of file