Module Name: src
Committed By: dyoung
Date: Wed Mar 25 23:35:54 UTC 2009
Modified Files:
src/sys/dev/dm: dm.h
Log Message:
It is only by chance that this gets the prop_array_t definition that it
needs, so explicitly #include <prop/proplib.h>.
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/sys/dev/dm/dm.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/dev/dm/dm.h
diff -u src/sys/dev/dm/dm.h:1.11 src/sys/dev/dm/dm.h:1.12
--- src/sys/dev/dm/dm.h:1.11 Fri Mar 6 16:17:29 2009
+++ src/sys/dev/dm/dm.h Wed Mar 25 23:35:54 2009
@@ -1,4 +1,4 @@
-/* $NetBSD: dm.h,v 1.11 2009/03/06 16:17:29 haad Exp $ */
+/* $NetBSD: dm.h,v 1.12 2009/03/25 23:35:54 dyoung Exp $ */
/*
* Copyright (c) 2008 The NetBSD Foundation, Inc.
@@ -45,6 +45,8 @@
#include <sys/disklabel.h>
+#include <prop/proplib.h>
+
#define DM_MAX_TYPE_NAME 16
#define DM_NAME_LEN 128
#define DM_UUID_LEN 129