mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 03:47:35 +00:00
Userland: ifconfig: include netinet/in.h
This commit is contained in:
parent
288fa07d85
commit
9b516e3fb4
1 changed files with 1 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue