]> granicus.if.org Git - graphviz/commitdiff
Add missing include file to avert warning
authorerg <devnull@localhost>
Thu, 18 Jun 2009 14:36:00 +0000 (14:36 +0000)
committererg <devnull@localhost>
Thu, 18 Jun 2009 14:36:00 +0000 (14:36 +0000)
lib/fdpgen/xlayout.c

index 1fa04cc6dfdd7b0c35e4ceba619e99efd2f0cb88..608c3387fefcc12d73046e2226915bd22fb003a3 100644 (file)
@@ -33,6 +33,7 @@ Increase less between tries
 #include <xlayout.h>
 #include <adjust.h>
 #include <dbg.h>
+#include <ctype.h>
 
 /* Use bbox based force function */
 /* #define MS */