summaryrefslogtreecommitdiffstats
path: root/lib/ip.h
blob: cd12dedbe1f0ccbc91b949b63c75bcf48d6ea83b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/*
 *	BIRD Internet Routing Daemon -- The Internet Protocol
 *
 *	(c) 1998 Martin Mares <mj@ucw.cz>
 *
 *	Can be freely distributed and used under the terms of the GNU GPL.
 */

#ifndef _BIRD_IP_H_
#define _BIRD_IP_H_

#ifndef IPV6
#include <lib/ipv4.h>
#else
#include <lib/ipv6.h>
#endif

#endif