diff options
| author | David Sommerseth <davids@redhat.com> | 2009-10-21 11:19:29 +0200 |
|---|---|---|
| committer | David Sommerseth <davids@redhat.com> | 2009-10-21 11:19:29 +0200 |
| commit | 4cbd21f2ae3b4dbbe881ebf8e5d5b6dcf59ec67b (patch) | |
| tree | 2d81280daf94c3488d3aa3c60df9af3fd20e2cf0 /server/parser/pgsql.c | |
| parent | 402d74dc6a266d37fa7ba6b67d39e70d0f098256 (diff) | |
Moved status codes into its own header file
Diffstat (limited to 'server/parser/pgsql.c')
| -rw-r--r-- | server/parser/pgsql.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/server/parser/pgsql.c b/server/parser/pgsql.c index 930bfc2..4ed1ae0 100644 --- a/server/parser/pgsql.c +++ b/server/parser/pgsql.c @@ -41,6 +41,7 @@ #include <configparser.h> #include <xmlparser.h> #include <pgsql.h> +#include <statuses.h> /** * Connect to a database, based on the given configuration |
