From 96f7710c25d296983649551ed2e0dc44db9614fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Janouch?= Date: Sat, 8 Jan 2011 06:44:40 +0100 Subject: Introduce LdRectangle, LdPoint and LdPointArray. Remove LdCanvasRect and LdSymbolArea. --- src/ld-library.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/ld-library.c') diff --git a/src/ld-library.c b/src/ld-library.c index 73c40ef..5e4d502 100644 --- a/src/ld-library.c +++ b/src/ld-library.c @@ -2,7 +2,7 @@ * ld-library.c * * This file is a part of logdiag. - * Copyright Přemysl Janouch 2010. All rights reserved. + * Copyright Přemysl Janouch 2010 - 2011. All rights reserved. * * See the file LICENSE for licensing information. * @@ -15,6 +15,7 @@ #include "config.h" +#include "ld-types.h" #include "ld-symbol.h" #include "ld-symbol-category.h" #include "ld-library.h" -- cgit v1.2.3