blob: cae20c6ae13b379bc3a89bb2676c8b9ac9ff8c9a (
plain)
1
2
3
4
5
6
7
8
9
10
|
--- a/src/interfaces/ecpg/compatlib/informix.c
+++ b/src/interfaces/ecpg/compatlib/informix.c
@@ -15,6 +15,7 @@
#include "pgtypes_numeric.h"
#include "sqlca.h"
#include "sqltypes.h"
+#include "../include/sqltypes.h"
/* this is also defined in ecpglib/misc.c, by defining it twice we don't have to export the symbol */
|