summaryrefslogtreecommitdiff
path: root/www/ap-auth-postgresql/patches/patch-aa
blob: c7fe538f658f17773454bbc30eedb382bea0105b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-aa,v 1.1 2006/03/20 19:59:22 joerg Exp $

--- mod_auth_pg.c.orig	2006-03-20 19:56:45.000000000 +0000
+++ mod_auth_pg.c
@@ -2,7 +2,7 @@
 /*  mod_auth_pg.c       Copyright 1998-2003 Min Sik Kim <minskim@bawi.org> */
 /*                                                                         */
 
-#include <postgresql/libpq-fe.h>
+#include <libpq-fe.h>
 
 #include "httpd.h"
 #include "http_config.h"