17 lines
363 B
Plaintext
17 lines
363 B
Plaintext
$NetBSD: patch-at,v 1.1 2011/01/08 13:00:13 obache Exp $
|
|
|
|
--- hald/freebsd/hf-pci.c.orig 2009-05-12 12:27:00.000000000 +0000
|
|
+++ hald/freebsd/hf-pci.c
|
|
@@ -27,7 +27,11 @@
|
|
|
|
#include <stdio.h>
|
|
#include <string.h>
|
|
+#ifdef __DragonFly__
|
|
+#include <bitstring.h>
|
|
+#else
|
|
#include <sys/bitstring.h>
|
|
+#endif
|
|
#include <errno.h>
|
|
#include <fcntl.h>
|
|
#include <unistd.h>
|