/* * Copyright (c) 2021 Max Thomas * This file is part of DSiWifi and is distributed under the MIT license. * See dsiwifi_license.txt for terms of use. */ #ifndef NETINET_IN_H #define NETINET_IN_H #include "lwip/lwipopts.h" #include "sys/socket.h" #include "lwip/inet.h" #endif