diff options
| -rw-r--r-- | contrib/diff/diff.h | 4 | 
1 files changed, 4 insertions, 0 deletions
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 <stdio.h> +#ifdef __FreeBSD__ +#include <gnuregex.h> +#else  #include "regex.h" +#endif  #define TAB_WIDTH 8  | 
