Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 62943bb

Browse files
committed
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.
1 parent 92c6bf9 commit 62943bb

File tree

1 file changed

+1
-0
lines changed
  • src/interfaces/ecpg/preproc

1 file changed

+1
-0
lines changed

src/interfaces/ecpg/preproc/pgc.l

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/* Copyright comment! */
22
%{
3+
#include "config.h"
34
#include <sys/types.h>
45
#include <limits.h>
56
#if defined(HAVE_STRING_H)

0 commit comments

Comments
 (0)