From e1e53ed5d7aaa70e23abac6f7d21ef1646bad123 Mon Sep 17 00:00:00 2001 From: paul Date: Fri, 22 Apr 2005 13:44:17 +0000 Subject: 2005-04-22 Paul Jakma * memory.h: Move include of memtypes.h to after the definition of struct memory_list, gcc 4.0 doesn't like arrays of incomplete types. --- lib/ChangeLog | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lib/ChangeLog') diff --git a/lib/ChangeLog b/lib/ChangeLog index 3bd151bf..bef71f4d 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,5 +1,8 @@ 2005-04-22 Paul Jakma + * memory.h: Move include of memtypes.h to after the definition of + struct memory_list, gcc 4.0 doesn't like arrays of incomplete + types. * thread.h: Add background thread type and thread_add_background macro and accompanying funcname_... function. export thread_should_yield, background threads can use it. -- cgit v1.2.1