blob: 0637d5a02d65120c3b324fb22a39573907266e84 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- src/backend.c.orig 2015-12-21 07:40:53 UTC
+++ src/backend.c
@@ -11,7 +11,7 @@
*/
#include "nss-pgsql.h"
-#include <postgresql/libpq-fe.h>
+#include <libpq-fe.h>
#include <stdlib.h>
#include <string.h>
#include <stdio.h>
|