summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/dietlibc/include/netinet/in.h
blob: 0569c8289535d13904315d6d8436595d0bb7bb58 (plain)
1
2
3
4
5
6
7
8
9
#ifndef _NETINET_IN_H
#define _NETINET_IN_H

#include <linux/in.h>
#include <linux/in6.h>

#define IPPORT_RESERVED 1024

#endif