mirror of
https://git.proxmox.com/git/mirror_iproute2
synced 2025-10-17 17:59:38 +00:00
12 lines
185 B
C
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 */
|