Skip to content

Commit 191eefb

Browse files
committed
libraries:Net: Add missing include files
Signed-off-by: Ajay Bhargav <[email protected]>
1 parent 6e9efe9 commit 191eefb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

libraries/Net/Net.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#include <lib.h>
22
#include <network.h>
3+
#include <arpa/inet.h>
4+
#include <netdb.h>
35
#include <utils.h>
46

57
#include "Net.h"

0 commit comments

Comments
 (0)