Files
ports/security/gvmd/files/patch-src_sql_pg.c
T
Jose Alonso Cardenas Marquez 69ddbf2a5e security/gvm: Update to 26.19.0
datavases/pg-gvm: Update to 22.6.15
security/gsa: Update to 26.14.0 (Only amd64 and aarch64)
security/gsad: Update to 24.16.0
security/openvas: Update to 23.41.5
security/gvmd: Update to 26.19.0
security/gvm-libs: 22.38.0
security/py-greenbone-feed-sync: Update to 25.2.0
security/py-gvm-tools: Update to 25.4.8
security/py-ospd-openvas: Update to 22.10.1
security/py-python-gvm: Update to 26.11.0
2026-03-16 19:47:01 -07:00

19 lines
436 B
C

--- src/sql_pg.c 2026-03-09 06:35:01.000000000 -0700
+++ src/sql_pg.c 2026-03-16 18:52:29.149579000 -0700
@@ -15,13 +15,13 @@
#include <arpa/inet.h>
#include <assert.h>
-#include <endian.h>
+#include <sys/endian.h>
#include <errno.h>
#include <glib.h>
#include <gvm/base/array.h>
#include <inttypes.h>
#include <netinet/in.h>
-#include <postgresql/libpq-fe.h>
+#include <libpq-fe.h>
#include <stdlib.h>
#include <string.h>