Files
haikuports/sys-apps/pciutils/patches/pciutils-3.6.2.patchset
fbrosson 1972412cb5 pciutils: bump to 3.6.2, add TEST.
Also add quotes here and there to make sure the recipe will still
be OK if/when "haikuporter --nochroot" is implemented.
2018-09-15 18:01:15 +00:00

25 lines
472 B
Plaintext

From 137958092e6ca0b5eb293d9a8f4e7e6cf5a857ad 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 e525dc4..3d7944d 100644
--- a/lib/sysdep.h
+++ b/lib/sysdep.h
@@ -68,6 +68,10 @@ typedef u16 word;
#endif
#endif
+#ifdef PCI_OS_HAIKU
+#include <endian.h>
+#endif
+
#ifdef PCI_OS_SYLIXOS
#include <endian.h>
#endif
--
2.16.4