From fcf7a103fc9ab450270823b00e396171c05a2ee8 Mon Sep 17 00:00:00 2001 From: verhaegs Date: Tue, 16 Nov 2004 21:34:27 +0000 Subject: [PATCH] Do not use libcore/base.h anymore in this library. This will change the library ABI but I hope this won't give too much problems. git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@22490 fb15a70f-31f2-0310-bbcc-cdcc74a49acc --- compiler/include/libraries/partition.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/include/libraries/partition.h b/compiler/include/libraries/partition.h index 5e2789c850..44b8f89f71 100644 --- a/compiler/include/libraries/partition.h +++ b/compiler/include/libraries/partition.h @@ -117,7 +117,7 @@ struct PartitionAttribute struct PartitionBase { - struct LibHeader lh; + struct Library lib; struct PartitionTableInfo **tables; }; -- 2.11.4.GIT