Files
haikuports/sys-apps/pciutils/patches/pciutils-3.11.1.patchset
OscarL bf2b58fb99 pciutils: update to version 3.11.1. (#10209)
Disable x86_gcc2 (parsing errors), drop separate _data package.

Co-authored-by: Committer <c.ommitter@example.net>
2024-03-12 12:47:29 +01:00

25 lines
472 B
Plaintext

From 3a6541e42ab6fb953442d3f32c12f14f8b91c13d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Zolt=C3=A1n=20Mizsei?= <zmizsei@extrowerk.com>
Date: Sun, 1 Jul 2018 18:42:31 +0200
Subject: Build fix
diff --git a/lib/sysdep.h b/lib/sysdep.h
index 40e1407..7f22427 100644
--- a/lib/sysdep.h
+++ b/lib/sysdep.h
@@ -83,6 +83,10 @@ typedef u16 word;
#endif
#endif
+#ifdef PCI_OS_HAIKU
+#include <endian.h>
+#endif
+
#ifdef PCI_OS_SYLIXOS
#include <endian.h>
#endif
--
2.43.2