Commit 62943bb7 authored by Marc G. Fournier's avatar Marc G. Fournier

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.
parent 92c6bf97
/* Copyright comment! */
%{
#include "config.h"
#include <sys/types.h>
#include <limits.h>
#if defined(HAVE_STRING_H)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment