diff options
Diffstat (limited to 'news/nntpswitch/files/patch-auth_postgres.c')
-rw-r--r-- | news/nntpswitch/files/patch-auth_postgres.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/news/nntpswitch/files/patch-auth_postgres.c b/news/nntpswitch/files/patch-auth_postgres.c new file mode 100644 index 000000000000..d996de46c6f9 --- /dev/null +++ b/news/nntpswitch/files/patch-auth_postgres.c @@ -0,0 +1,11 @@ +--- auth_postgres.c.orig Thu Mar 18 13:04:49 2004 ++++ auth_postgres.c Thu Mar 18 13:04:55 2004 +@@ -7,7 +7,7 @@ + #include <stdlib.h> + #include <string.h> + +-#include <postgresql/libpq-fe.h> ++#include <libpq-fe.h> + + #include "nntpd.h" + #include "aconfig.h" |