mirror_iproute2/include-glibc/netinet/in.h
2004-04-15 20:56:59 +00:00

12 lines
185 B
C

#ifndef _NETINET_IN_H
#define _NETINET_IN_H 1
#include "glibc-bugs.h"
#include <sys/socket.h>
#include <sys/types.h>
#include <linux/in.h>
#define SOL_IP 0
#endif /* netinet/in.h */