1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 09:07:45 +00:00

Userland: ifconfig: include netinet/in.h

This commit is contained in:
joshua stein 2020-01-01 20:52:47 -06:00 committed by Andreas Kling
parent 288fa07d85
commit 9b516e3fb4

View file

@ -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>