/* * 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 SYS_SOCKET_H #define SYS_SOCKET_H #include "lwip/lwipopts.h" #include #include "lwip/sockets.h" #endif