16 lines
287 B
C
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 NETINET_TCP_H
|
|
#define NETINET_TCP_H
|
|
|
|
#include "lwip/lwipopts.h"
|
|
|
|
#include "netinet/in.h"
|
|
#include "lwip/tcp.h"
|
|
|
|
#endif
|