Skip to content

Commit

Permalink
Userland: ifconfig: include 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 288fa07 commit 9b516e3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Userland/ifconfig.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
#include <AK/Types.h>
#include <LibCore/CFile.h>
#include <net/if.h>
#include <netinet/in.h>
#include <stdio.h>
#include <sys/ioctl.h>
#include <sys/socket.h>
Expand Down

0 comments on commit 9b516e3

Please sign in to comment.