* Applied patch by kaliber: those headers weren't self-containing.
* This closes bug #2346. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@26841 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
a8b77fe01e
commit
f8009f7ba4
@ -38,8 +38,8 @@
|
||||
#define NETINET_IP_ICMP_H
|
||||
|
||||
#include <endian.h>
|
||||
|
||||
#include <netinet/in.h>
|
||||
#include <netinet/ip.h>
|
||||
#include <stdint.h>
|
||||
|
||||
struct icmp {
|
||||
|
@ -37,6 +37,7 @@
|
||||
#ifndef NETINET_IP_VAR_H
|
||||
#define NETINET_IP_VAR_H
|
||||
|
||||
#include <netinet/in.h>
|
||||
#include <sys/socket.h>
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user