X-Git-Url: https://git.librecmc.org/?p=oweals%2Ftinc.git;a=blobdiff_plain;f=src%2Fgraph.c;h=9d9bc1f301645690ea3968245c96e1e133bf3c00;hp=53152a545155736e43974f5eabaaba6e23a5d03e;hb=116ba3b3da73fb857cf75b5c92c6aacd70d94dd9;hpb=d333fca4d611b85dd922ddf35bd9eddcb8095c85 diff --git a/src/graph.c b/src/graph.c index 53152a5..9d9bc1f 100644 --- a/src/graph.c +++ b/src/graph.c @@ -17,7 +17,7 @@ along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. - $Id: graph.c,v 1.1.2.11 2002/03/24 16:28:27 guus Exp $ + $Id: graph.c,v 1.1.2.12 2002/06/08 12:57:09 guus Exp $ */ /* We need to generate two trees from the graph: @@ -50,7 +50,7 @@ #include #include "config.h" #include -#if defined(HAVE_FREEBSD) || defined(HAVE_OPENBSD) +#ifdef HAVE_SYS_PARAM_H #include #endif #include