X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=lib%2Flists.c;h=fa1613be21af41ce7e0bdaf07f3ba587241056d6;hb=997624f88f37bec5cb96cf9fc3b3cac05ccc6ed8;hp=8f4f0b4bc97bb5c7313db9b1de7674b923ef4069;hpb=298dd2b1d1133d144dd4ec92034eff9dad8fa449;p=libucw.git diff --git a/lib/lists.c b/lib/lists.c index 8f4f0b4b..fa1613be 100644 --- a/lib/lists.c +++ b/lib/lists.c @@ -1,13 +1,16 @@ /* * Sherlock Library -- Linked Lists * - * (c) 1997--1999 Martin Mares + * (c) 1997--1999 Martin Mares + * + * This software may be freely distributed and used according to the terms + * of the GNU Lesser General Public License. */ -#include +#include "lib/lib.h" #define _SHERLOCK_LISTS_C -#include "lists.h" +#include "lib/lists.h" LIST_INLINE void add_tail(list *l, node *n)