From 1feea03e7463d8eaeb00d5df6c2cd3e8e20f2bcd Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Tue, 28 Apr 1998 14:39:34 +0000 Subject: Changed #include to #include "x/y" for our local includes, so that gcc -MM can be used to separate them from the system ones. Added automatic generation of dependencies. --- lib/ip.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/ip.h') diff --git a/lib/ip.h b/lib/ip.h index cd12ded..dc4f8b8 100644 --- a/lib/ip.h +++ b/lib/ip.h @@ -10,9 +10,9 @@ #define _BIRD_IP_H_ #ifndef IPV6 -#include +#include "ipv4.h" #else -#include +#include "ipv6.h" #endif #endif -- cgit v1.2.3