Include <gnuregex.h> for FreeBSD

This commit is contained in:
ache 1997-10-29 16:27:56 +00:00
parent 2f0f04f57e
commit 85a9ab890e

View File

@ -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