pkgsrc/www/ap-auth-postgresql/patches/patch-aa

13 lines
415 B
Text

$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"