aboutsummaryrefslogtreecommitdiff
path: root/src/pgsql.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/pgsql.c')
-rw-r--r--src/pgsql.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pgsql.c b/src/pgsql.c
index 0cb30fa..dc340d0 100644
--- a/src/pgsql.c
+++ b/src/pgsql.c
@@ -2,7 +2,7 @@
2 pgsql.c 2 pgsql.c
3 3
4 This file is part of GNU Anubis. 4 This file is part of GNU Anubis.
5 Copyright (C) 2004-2014 The Anubis Team. 5 Copyright (C) 2004-2024 The Anubis Team.
6 6
7 GNU Anubis is free software; you can redistribute it and/or modify it 7 GNU Anubis is free software; you can redistribute it and/or modify it
8 under the terms of the GNU General Public License as published by the 8 under the terms of the GNU General Public License as published by the
@@ -24,7 +24,7 @@
24#ifdef WITH_PGSQL 24#ifdef WITH_PGSQL
25 25
26#include "sql.h" 26#include "sql.h"
27#include <libpq-fe.h> 27#include <postgresql/libpq-fe.h>
28 28
29/* PostgreSQL URL: 29/* PostgreSQL URL:
30 30

Return to:

Send suggestions and report system problems to the System administrator.