diff --git a/hermit/tools/netinet/tcp.h b/hermit/tools/netinet/tcp.h new file mode 100644 index 000000000..0aaa1dd06 --- /dev/null +++ b/hermit/tools/netinet/tcp.h @@ -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 + +#endif /* __NETINET_TCP_H__ */