File tree 2 files changed +8
-2
lines changed 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 1
- /* $PostgreSQL: pgsql/src/interfaces/ecpg/ecpglib/extern.h,v 1.25 2007/08/14 10:01:52 meskes Exp $ */
1
+ /* $PostgreSQL: pgsql/src/interfaces/ecpg/ecpglib/extern.h,v 1.26 2007/08/14 10:54:57 meskes Exp $ */
2
2
3
3
#ifndef _ECPG_LIB_EXTERN_H
4
4
#define _ECPG_LIB_EXTERN_H
7
7
#include "libpq-fe.h"
8
8
#include "sqlca.h"
9
9
#include "ecpg_config.h"
10
+ #ifndef CHAR_BIT
11
+ #include <limits.h>
12
+ #endif
10
13
11
14
enum COMPAT_MODE
12
15
{
Original file line number Diff line number Diff line change 1
- /* $PostgreSQL: pgsql/src/interfaces/ecpg/preproc/extern.h,v 1.67 2007/08/14 10:01:53 meskes Exp $ */
1
+ /* $PostgreSQL: pgsql/src/interfaces/ecpg/preproc/extern.h,v 1.68 2007/08/14 10:54:57 meskes Exp $ */
2
2
3
3
#ifndef _ECPG_PREPROC_EXTERN_H
4
4
#define _ECPG_PREPROC_EXTERN_H
5
5
6
6
#include "type.h"
7
7
8
8
#include <errno.h>
9
+ #ifndef CHAR_BIT
10
+ #include <limits.h>
11
+ #endif
9
12
10
13
/* defines */
11
14
You can’t perform that action at this time.
0 commit comments