From 7594724175ff6955d676ee8713a7ab37ed80dd11 Mon Sep 17 00:00:00 2001 From: Chris Toshok Date: Fri, 23 Oct 1998 04:39:38 +0000 Subject: freebsd needs there to be #include before regex.h --- src/info2html/utils.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/info2html/utils.c b/src/info2html/utils.c index 5de48791..69137221 100644 --- a/src/info2html/utils.c +++ b/src/info2html/utils.c @@ -2,6 +2,7 @@ #include #include +#include #include #include -- cgit v1.2.1