diff options
author | Gonzalo Exequiel Pedone | 2025-03-19 13:22:39 -0300 |
---|---|---|
committer | Gonzalo Exequiel Pedone | 2025-03-19 13:22:39 -0300 |
commit | 0e4ed99bea421b3c4f195d130dcc258f1eab55cc (patch) | |
tree | 5bce9ffe513e53146c3b146f50c184281313836c /0005-Added-missing-headers.patch | |
download | aur-0e4ed99bea421b3c4f195d130dcc258f1eab55cc.tar.gz |
Package updated to 16.8.
Diffstat (limited to '0005-Added-missing-headers.patch')
-rw-r--r-- | 0005-Added-missing-headers.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/0005-Added-missing-headers.patch b/0005-Added-missing-headers.patch new file mode 100644 index 000000000000..cae20c6ae13b --- /dev/null +++ b/0005-Added-missing-headers.patch @@ -0,0 +1,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 */ + |