1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-30 21:42:05 +03:00

Various patches from Bryan that *should* clean up the compile problems

ppl are seeing with v2.0
This commit is contained in:
Marc G. Fournier
1996-09-20 08:34:39 +00:00
parent 985acb8ea0
commit 1a003fbcc2
6 changed files with 20 additions and 21 deletions

View File

@ -47,9 +47,9 @@ static char sccsid[] = "@(#)regerror.c 8.4 (Berkeley) 3/20/94";
#include <ctype.h>
#include <limits.h>
#include <stdlib.h>
#include <regex.h>
#include "regex/utils.h"
#include <regex/regex.h>
#include <regex/utils.h>
/* ========= begin header generated by ./mkh ========= */
#ifdef __cplusplus