mirror of
https://github.com/hermitcore/libhermit.git
synced 2025-03-09 00:00:03 +01:00
add missing header
This commit is contained in:
parent
0f2ed4c8f0
commit
71fd36074b
1 changed files with 16 additions and 0 deletions
16
hermit/tools/netinet/tcp.h
Normal file
16
hermit/tools/netinet/tcp.h
Normal file
|
@ -0,0 +1,16 @@
|
|||
/*
|
||||
* Written by the Chair for Operating Systems, RWTH Aachen University
|
||||
*
|
||||
* NO Copyright (C) 2010-2011, Stefan Lankes
|
||||
* consider these trivial macros to be public domain.
|
||||
*
|
||||
* These functions are distributed on an "AS IS" BASIS,
|
||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
*/
|
||||
|
||||
#ifndef __NETINET_TCP_H__
|
||||
#define __NETINET_TCP_H__
|
||||
|
||||
#include <lwip/tcp.h>
|
||||
|
||||
#endif /* __NETINET_TCP_H__ */
|
Loading…
Add table
Reference in a new issue