blob: 73a129e3473af8fca932755665ebd78fbee8d6e4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
$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>
|