1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

compatibility fixes

This commit is contained in:
serg@serg.mylan
2004-08-24 22:37:05 +02:00
parent 1538c318c9
commit 0c950c5bfe
3 changed files with 1 additions and 4 deletions

View File

@ -50,6 +50,7 @@ __RCSID("$NetBSD: search.c,v 1.14 2002/11/20 16:50:08 christos Exp $");
*/
#include <stdlib.h>
#if defined(REGEX)
#include <sys/types.h>
#include <regex.h>
#elif defined(REGEXP)
#include <regexp.h>