aboutsummaryrefslogtreecommitdiffstats
path: root/community/gvmd/added-missing-includes.patch
blob: 57977a4bab41d8cefd5899caeb2a20f086f34c6f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
diff --git a/src/gvmd.c b/src/gvmd.c
index 419a585..3158bce 100644
--- a/src/gvmd.c
+++ b/src/gvmd.c
@@ -91,6 +91,7 @@
 #include <sys/types.h>
 #include <sys/wait.h>
 #include <unistd.h>
+#include <glib/gmessages.h>
 
 #include <gvm/base/pidfile.h>
 #include <gvm/base/pwpolicy.h>
diff --git a/src/sql_pg.c b/src/sql_pg.c
index 06b2e1d..8803e83 100644
--- a/src/sql_pg.c
+++ b/src/sql_pg.c
@@ -33,7 +33,7 @@
 #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>