summaryrefslogtreecommitdiff
path: root/security/gvmd/files/patch-src_sql_pg.c
blob: ab311fbc37678fbdd70ccb80435615923d459590 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
--- src/sql_pg.c	2020-12-31 16:50:03.471244000 -0500
+++ src/sql_pg.c	2020-12-31 16:50:43.332754000 -0500
@@ -26,13 +26,13 @@
 #include "sql.h"
 
 #include <assert.h>
-#include <endian.h>
+#include <sys/endian.h>
 #include <errno.h>
 #include <arpa/inet.h>
 #include <glib.h>
 #include <inttypes.h>
 #include <netinet/in.h>
-#include <postgresql/libpq-fe.h>
+#include <libpq-fe.h>
 #include <stdlib.h>
 #include <string.h>