includes - minor compile fixes.
This commit is contained in:
parent
82d576c9ca
commit
d55eab30fa
@ -5,6 +5,9 @@ server/ip/gen/in.h
|
|||||||
#ifndef __SERVER__IP__GEN__IN_H__
|
#ifndef __SERVER__IP__GEN__IN_H__
|
||||||
#define __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_MIN_HDR_SIZE 20
|
||||||
#define IP_MAX_HDR_SIZE 60 /* 15 * 4 */
|
#define IP_MAX_HDR_SIZE 60 /* 15 * 4 */
|
||||||
#define IP_VERSION 4
|
#define IP_VERSION 4
|
||||||
|
@ -5,6 +5,8 @@ server/ip/gen/inet.h
|
|||||||
#ifndef __SERVER__IP__GEN__INET_H__
|
#ifndef __SERVER__IP__GEN__INET_H__
|
||||||
#define __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_addr _ARGS(( const char *addr ));
|
||||||
ipaddr_t inet_network _ARGS(( const char *addr ));
|
ipaddr_t inet_network _ARGS(( const char *addr ));
|
||||||
char *inet_ntoa _ARGS(( ipaddr_t addr ));
|
char *inet_ntoa _ARGS(( ipaddr_t addr ));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user