Skip to content

Commit d43b364

Browse files
committed
Small AIX fixes from Rick Flower.
1 parent da83ecb commit d43b364

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

src/interfaces/odbc/misc.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
#include "psqlodbc.h"
1616

1717
#include <stdio.h>
18+
#include <stdlib.h>
1819
#include <stdarg.h>
1920
#include <string.h>
2021

src/interfaces/odbc/statement.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,15 +102,15 @@ enum
102102
STMT_PARSE_NONE = 0,
103103
STMT_PARSE_COMPLETE,
104104
STMT_PARSE_INCOMPLETE,
105-
STMT_PARSE_FATAL,
105+
STMT_PARSE_FATAL
106106
};
107107

108108
/* Result style */
109109
enum
110110
{
111111
STMT_FETCH_NONE = 0,
112112
STMT_FETCH_NORMAL,
113-
STMT_FETCH_EXTENDED,
113+
STMT_FETCH_EXTENDED
114114
};
115115

116116
typedef struct

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy