From 18c8241a91bd9208879666f1a1a13f454e66d75b Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Sun, 3 May 1998 16:43:39 +0000 Subject: BIRD library: The story continues. Complete resource manages and IP address handling. --- lib/lists.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/lists.h') diff --git a/lib/lists.h b/lib/lists.h index acc054d..3230724 100644 --- a/lib/lists.h +++ b/lib/lists.h @@ -33,7 +33,7 @@ void insert_node(node *, node *); #ifndef _BIRD_LISTS_C_ #define LIST_INLINE extern inline -#include +#include "lib/lists.c" #undef LIST_INLINE #else #define LIST_INLINE -- cgit v1.2.3