* 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:
Axel Dörfler 2008-08-06 10:01:53 +00:00
parent a8b77fe01e
commit f8009f7ba4
2 changed files with 2 additions and 1 deletions

View File

@ -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 {

View File

@ -37,6 +37,7 @@
#ifndef NETINET_IP_VAR_H
#define NETINET_IP_VAR_H
#include <netinet/in.h>
#include <sys/socket.h>
/*