includes - minor compile fixes.

This commit is contained in:
Ben Gras 2010-09-22 14:31:51 +00:00
parent 82d576c9ca
commit d55eab30fa
2 changed files with 5 additions and 0 deletions

View File

@ -5,6 +5,9 @@ server/ip/gen/in.h
#ifndef __SERVER__IP__GEN__IN_H__
#define __SERVER__IP__GEN__IN_H__
#include <net/gen/in.h>
#include <minix/types.h>
#define IP_MIN_HDR_SIZE 20
#define IP_MAX_HDR_SIZE 60 /* 15 * 4 */
#define IP_VERSION 4

View File

@ -5,6 +5,8 @@ server/ip/gen/inet.h
#ifndef __SERVER__IP__GEN__INET_H__
#define __SERVER__IP__GEN__INET_H__
#include <net/gen/in.h>
ipaddr_t inet_addr _ARGS(( const char *addr ));
ipaddr_t inet_network _ARGS(( const char *addr ));
char *inet_ntoa _ARGS(( ipaddr_t addr ));