1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-14 08:04:57 +00:00

Kernel+LibC: Share definitions for net/{if,if_arp,route}.h

This commit is contained in:
Andreas Kling 2021-08-14 18:06:44 +02:00
parent ff50122dc5
commit 661bd992b0
8 changed files with 133 additions and 121 deletions

View file

@ -13,6 +13,7 @@
#include <AK/Types.h>
#include <LibCore/ArgsParser.h>
#include <LibCore/File.h>
#include <net/if_arp.h>
#include <net/route.h>
#include <netinet/in.h>
#include <sys/ioctl.h>