Files
ClassiCube-PPC-for-MacOSX-10.4/third_party/dsiwifi/include/sys/socket.h

16 lines
287 B
C

/*
* 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 <sys/time.h>
#include "lwip/sockets.h"
#endif