summaryrefslogtreecommitdiff
path: root/sysutils/hal/patches/patch-aj
blob: d2b3bc0050bed5214ff4dfa421990751a0a71b7b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
$NetBSD: patch-aj,v 1.2 2010/12/26 20:59:31 markd Exp $

--- hald/freebsd/hf-storage.c.orig	2009-08-24 12:42:29.000000000 +0000
+++ hald/freebsd/hf-storage.c
@@ -33,6 +33,9 @@
 #include <sys/param.h>
 #include <sys/types.h>
 #include <sys/disklabel.h>
+#ifdef __DragonFly__
+#include <sys/dtype.h>
+#endif
 
 #include "../logger.h"
 #include "../osspec.h"