From 6b54983932fc77ce344f356fe08727819c079fea Mon Sep 17 00:00:00 2001 From: Ron Koenderink Date: Wed, 4 Oct 2006 01:20:29 +0000 Subject: [PATCH] (struct ulist): Add abstract reference to types.h to accomodate the ciruclar reference between struct ulist and union empobj_storage and struct lndstr. --- include/types.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/types.h b/include/types.h index de6e6c75..07542bd6 100644 --- a/include/types.h +++ b/include/types.h @@ -57,6 +57,7 @@ struct trdstr; struct trtstr; struct comstr; struct cmndstr; +struct ulist; union empobj_storage;