|
15 | 15 | #include<stdio.h>
|
16 | 16 | #include<locale.h>
|
17 | 17 |
|
18 |
| -#include<ecpgtype.h> |
19 |
| -#include<ecpglib.h> |
20 |
| -#include<ecpgerrno.h> |
| 18 | +#include"ecpgtype.h" |
| 19 | +#include"ecpglib.h" |
| 20 | +#include"ecpgerrno.h" |
21 | 21 | #include"extern.h"
|
22 |
| -#include<sqlca.h> |
23 |
| -#include<sql3types.h> |
| 22 | +#include"sqlca.h" |
| 23 | +#include"sql3types.h" |
24 | 24 |
|
25 | 25 | /* variables visible to the programs */
|
26 | 26 | structsqlcasqlca=
|
@@ -868,7 +868,7 @@ ECPGdo(int lineno, const char *connection_name, char *query,...)
|
868 | 868 | *
|
869 | 869 | * Copyright (c) 2000, Christof Petig <christof.petig@wtal.de>
|
870 | 870 | *
|
871 |
| - * $Header: /cvsroot/pgsql/src/interfaces/ecpg/lib/Attic/execute.c,v 1.6 2000/04/12 17:17:03 momjian Exp $ |
| 871 | + * $Header: /cvsroot/pgsql/src/interfaces/ecpg/lib/Attic/execute.c,v 1.7 2000/05/29 21:25:00 momjian Exp $ |
872 | 872 | */
|
873 | 873 |
|
874 | 874 | PGconn*ECPG_internal_get_connection(char*name);
|
|