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.
REL6_4
Marc G. Fournier 28 years ago
parent 92c6bf9775
commit 62943bb76f
  1. 1
      src/interfaces/ecpg/preproc/pgc.l

@ -1,5 +1,6 @@
/* Copyright comment! */
%{
#include "config.h"
#include <sys/types.h>
#include <limits.h>
#if defined(HAVE_STRING_H)

Loading…
Cancel
Save