diff options
author | Ian Moffett <ian@osmora.org> | 2024-10-03 21:14:14 -0500 |
---|---|---|
committer | Ian Moffett <ian@osmora.org> | 2024-10-03 21:14:14 -0500 |
commit | 56790e9a759238bb177d5e11d122d6411af8cb12 (patch) | |
tree | 281d5fd2ffb923ab0d22b8264c5b195294b7ab0a /lib/net | |
parent | 6084dd1b4652f964d2a9da631e551cdcd96463d7 (diff) |
lib: Add missing includes
Signed-off-by: Ian Moffett <ian@osmora.org>
Diffstat (limited to 'lib/net')
-rw-r--r-- | lib/net/frame.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/net/frame.c b/lib/net/frame.c index 7363266..2479a31 100644 --- a/lib/net/frame.c +++ b/lib/net/frame.c @@ -27,6 +27,7 @@ * POSSIBILITY OF SUCH DAMAGE. */ +#include <sys/socket.h> #include <ostp/net/stpsession.h> #include <ostp/crypto/aes.h> #include <arpa/inet.h> |