It is only by chance that this gets the prop_array_t definition that it

needs, so explicitly #include <prop/proplib.h>.
This commit is contained in:
dyoung 2009-03-25 23:35:54 +00:00
parent 9fd1ce14c3
commit b63bf39017
1 changed files with 3 additions and 1 deletions

View File

@ -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