From 9b6bfd8b56e63c8974230844a74db9c46918743f Mon Sep 17 00:00:00 2001 From: erg Date: Thu, 18 Jun 2009 14:36:00 +0000 Subject: [PATCH] Add missing include file to avert warning --- lib/fdpgen/xlayout.c | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/fdpgen/xlayout.c b/lib/fdpgen/xlayout.c index 1fa04cc6d..608c3387f 100644 --- a/lib/fdpgen/xlayout.c +++ b/lib/fdpgen/xlayout.c @@ -33,6 +33,7 @@ Increase less between tries #include #include #include +#include /* Use bbox based force function */ /* #define MS */ -- 2.50.1