On 24/10/2025 17:48, Samuel Thibault wrote:
diff -ur hurd.orig/libddekit/pci.c hurd-0.9.git20250801/libddekit/pci.c
--- hurd.orig/libddekit/pci.c 2025-10-23 05:36:08.000000000 +0100
+++ hurd-0.9.git20250801/libddekit/pci.c 2025-10-23 05:38:19.000000000
+0100
@@ -399,7 +399,21 @@
//TODO l4io_pci_set_master(dev->l4dev.handle);
}
+#include "libirqhelp/irqhelp.h"
+#include <hurd.h>
There shouldn't be a need for including <hurd.h>?
That was left behind from additional debugging code that I removed. I'll
remove that from an actual patch.
Mike.