Skip to content

Commit

Permalink
LibCore: CSocketAddress: pull in netinet/in.h
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs authored and awesomekling committed Jan 2, 2020
1 parent f22322a commit 288fa07
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Libraries/LibCore/CSocketAddress.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

#include <AK/IPv4Address.h>
#include <arpa/inet.h>
#include <netinet/in.h>
#include <sys/socket.h>
#include <sys/un.h>

Expand Down

0 comments on commit 288fa07

Please sign in to comment.