Skip to content

Commit

Permalink
Add sys/time.h include to IpSocket for musl compat (#1508)
Browse files Browse the repository at this point in the history
  • Loading branch information
aditsachde authored and LeStarch committed Jun 29, 2022
1 parent 0d29790 commit 139141c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Drv/Ip/IpSocket.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
#include <Fw/Types/Assert.hpp>
#include <Fw/Types/BasicTypes.hpp>
#include <Fw/Types/StringUtils.hpp>
#include <sys/time.h>

// This implementation has primarily implemented to isolate
// the socket interface from the F' Fw::Buffer class.
Expand Down

0 comments on commit 139141c

Please sign in to comment.