diff options
| author | Bryan Henderson <bryanh@giraffe.netgate.net> | 1996-11-12 11:43:32 +0000 |
|---|---|---|
| committer | Bryan Henderson <bryanh@giraffe.netgate.net> | 1996-11-12 11:43:32 +0000 |
| commit | d7dd9295b7b8258a32eee07df273839248dcaa51 (patch) | |
| tree | 4fc74a74b2ac5510545bf45eddf97a49e2ebf2b3 /src/interfaces/libpq++/libpq++.H | |
| parent | 594525aec1a879743cd023503744918d51483149 (diff) | |
| download | postgresql-d7dd9295b7b8258a32eee07df273839248dcaa51.tar.gz | |
End of the make file simplifications.
Diffstat (limited to 'src/interfaces/libpq++/libpq++.H')
| -rw-r--r-- | src/interfaces/libpq++/libpq++.H | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/interfaces/libpq++/libpq++.H b/src/interfaces/libpq++/libpq++.H index 24482570f5..98581e7709 100644 --- a/src/interfaces/libpq++/libpq++.H +++ b/src/interfaces/libpq++/libpq++.H @@ -14,7 +14,7 @@ * * IDENTIFICATION * - * $Id: libpq++.H,v 1.2 1996/08/21 04:32:09 scrappy Exp $ + * $Id: libpq++.H,v 1.3 1996/11/12 11:42:27 bryanh Exp $ * *------------------------------------------------------------------------- */ @@ -26,6 +26,8 @@ #include <strings.h> extern "C" { +#include "config.h" +#include "postgres.h" #include "libpq-fe.h" #include "fe-auth.h" } |
