Skip to content

Commit

Permalink
sys/net/gnrc/sock_types: guard tcp.h header inclusion
Browse files Browse the repository at this point in the history
  • Loading branch information
fjmolinas committed Mar 4, 2022
1 parent 0a5be52 commit e9cd7d0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sys/net/gnrc/sock/include/sock_types.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@
#include "mbox.h"
#include "net/af.h"
#include "net/gnrc.h"
#if IS_USED(MODULE_GNRC_TCP)
#include "net/gnrc/tcp.h"
#endif
#include "net/gnrc/netreg.h"
#ifdef SOCK_HAS_ASYNC
#include "net/sock/async/types.h"
Expand Down

0 comments on commit e9cd7d0

Please sign in to comment.