Skip to content
Snippets Groups Projects
Commit 62943bb7 authored by Marc G. Fournier's avatar Marc G. Fournier
Browse files

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
No related branches found
No related tags found
No related merge requests found
/* Copyright comment! */
%{
#include "config.h"
#include <sys/types.h>
#include <limits.h>
#if defined(HAVE_STRING_H)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment