aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Mares <mj@ucw.cz>2024-03-12 12:22:48 +0100
committerMartin Mares <mj@ucw.cz>2024-03-12 12:22:48 +0100
commit6278190565a4e0ad0d4de44ceb16a5370a66bbc3 (patch)
treee0f457720af6302bbfd275f08524bfad30fd19c2
parent1873b97397b14e3f2404aeee128c429430ce621a (diff)
parentb6548a5bf7f695b9e3e434c0393e673905e7f1f9 (diff)
downloadpciutils-6278190565a4e0ad0d4de44ceb16a5370a66bbc3.tar.gz
Merge remote-tracking branch 'github/master'
-rw-r--r--lib/sysdep.h4
1 files changed, 4 insertions, 0 deletions
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