Skip to content

Commit

Permalink
Update 2
Browse files Browse the repository at this point in the history
  • Loading branch information
mrdeep1 committed Dec 7, 2023
1 parent 98a0653 commit 300d9d3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions dtls_debug.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@

#include "tinydtls.h"

#ifndef _GNU_SOURCE
#define _GNU_SOURCE
#endif /* _GNU_SOURCE */

#if defined(HAVE_ASSERT_H) && !defined(assert)
#include <assert.h>
#endif
Expand Down

0 comments on commit 300d9d3

Please sign in to comment.