From 587c6818155bd0e66023ed6ade62f6ebfe8586cc Mon Sep 17 00:00:00 2001 From: "Andrey A. Chernov" Date: Wed, 29 Oct 1997 16:27:56 +0000 Subject: Include for FreeBSD --- contrib/diff/diff.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'contrib') diff --git a/contrib/diff/diff.h b/contrib/diff/diff.h index 66c6940c72bf..24f08859866f 100644 --- a/contrib/diff/diff.h +++ b/contrib/diff/diff.h @@ -19,7 +19,11 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #include "system.h" #include +#ifdef __FreeBSD__ +#include +#else #include "regex.h" +#endif #define TAB_WIDTH 8 -- cgit v1.2.3