mirror of
https://github.com/postgres/postgres.git
synced 2025-07-31 22:04:40 +03:00
Pointed out by: Doug Winterburn <dlw@seavme.xroads.com>
3) Add "#include "config.h" to src/interfaces/ecpg/preproc/pgc.l to correct "strings.h not found". config.h has the proper define to make this work and should probably be near the top of pgc.l before the first include.
This commit is contained in:
@ -1,5 +1,6 @@
|
|||||||
/* Copyright comment! */
|
/* Copyright comment! */
|
||||||
%{
|
%{
|
||||||
|
#include "config.h"
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
#include <limits.h>
|
#include <limits.h>
|
||||||
#if defined(HAVE_STRING_H)
|
#if defined(HAVE_STRING_H)
|
||||||
|
Reference in New Issue
Block a user