]> mj.ucw.cz Git - pciutils.git/commitdiff
Build fix on Haiku.
authorZoltán Mizsei <zmizsei@extrowerk.com>
Sun, 1 Jul 2018 16:42:31 +0000 (18:42 +0200)
committerCommitter <c.ommitter@example.net>
Tue, 12 Mar 2024 07:12:58 +0000 (04:12 -0300)
lib/sysdep.h

index 40e1407810b4196cc4a32eb32ebd922acdcf4b06..7f22427ba6d3f778d6ec29cafd13565043425be2 100644 (file)
@@ -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