$NetBSD: patch-ab,v 1.1 2005/01/11 03:16:22 dmcmahill Exp $ --- graphman/callbacks.c.orig 2004-08-31 02:57:44.000000000 +0000 +++ graphman/callbacks.c @@ -19,7 +19,11 @@ /*******************************************************************************/ #ifdef HAVE_CONFIG_H -# include +# include "../config.h" +#endif + +#ifdef HAVE_UNISTD_H +# include #endif #include @@ -28,6 +32,7 @@ #include "global.h" #include "graph.h" #include "interface.h" +#include "libstring.h" #include "support.h" #include "value.h"