blob: 7f8ee28adf231a8e80485be57e1b4cfbee647334 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
#ifndef _ECPG_INFORMIX_H
#define _ECPG_INFORMIX_H
/*
* This file contains stuff needed to be as compatible to Informix as possible.
*/
#include <decimal.h>
#include <datetime.h>
#include <compatlib.h>
#endif /* ndef _ECPG_INFORMIX_H */
|