1
0
Fork 0
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:
Stefan Lankes 2016-01-21 09:38:07 +01:00
parent 0f2ed4c8f0
commit 71fd36074b

View 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__ */