HEX
Server: Apache/2.4.41 (FreeBSD) OpenSSL/1.0.2s mod_fcgid/2.3.9
System: FreeBSD salazo 12.0-RELEASE-p1303-ZFS hostBSD 12.0-RELEASE-p1303-ZFS DMR amd64
User: admin (1000)
PHP: 7.4.3
Disabled: NONE
Upload Files
File: /usr/ports/security/openvas8-manager/files/patch-src-sql_pg.c
--- src/sql_pg.c.orig	2015-12-08 07:09:33 UTC
+++ src/sql_pg.c
@@ -27,12 +27,12 @@
 #include "tracef.h"
 
 #include <assert.h>
-#include <endian.h>
+#include <sys/endian.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 <string.h>
 
 #include <openvas/base/array.h>