diff options
author | Martin Mares <mj@ucw.cz> | 1998-05-03 16:43:39 +0000 |
---|---|---|
committer | Martin Mares <mj@ucw.cz> | 1998-05-03 16:43:39 +0000 |
commit | 18c8241a91bd9208879666f1a1a13f454e66d75b (patch) | |
tree | 8bdc5f3e384b6b9198d5ab834d869c8d1fb261a7 /lib/lists.h | |
parent | a8b6038225d18155883e330c96b2bc2e44153e1e (diff) |
BIRD library: The story continues.
Complete resource manages and IP address handling.
Diffstat (limited to 'lib/lists.h')
-rw-r--r-- | lib/lists.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/lists.h b/lib/lists.h index acc054d8..3230724f 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 <lib/lists.c> +#include "lib/lists.c" #undef LIST_INLINE #else #define LIST_INLINE |