Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/common/include/prop Needs prop_array.h to compile.
details: https://anonhg.NetBSD.org/src/rev/48f457d7d1c5
branches: trunk
changeset: 813240:48f457d7d1c5
user: dholland <dholland%NetBSD.org@localhost>
date: Fri Jan 22 23:03:46 2016 +0000
description:
Needs prop_array.h to compile.
diffstat:
common/include/prop/prop_dictionary.h | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r ed3e2e8b7d32 -r 48f457d7d1c5 common/include/prop/prop_dictionary.h
--- a/common/include/prop/prop_dictionary.h Fri Jan 22 22:53:36 2016 +0000
+++ b/common/include/prop/prop_dictionary.h Fri Jan 22 23:03:46 2016 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: prop_dictionary.h,v 1.14 2011/09/30 22:08:18 jym Exp $ */
+/* $NetBSD: prop_dictionary.h,v 1.15 2016/01/22 23:03:46 dholland Exp $ */
/*-
* Copyright (c) 2006, 2009 The NetBSD Foundation, Inc.
@@ -33,6 +33,7 @@
#define _PROPLIB_PROP_DICTIONARY_H_
#include <prop/prop_object.h>
+#include <prop/prop_array.h>
typedef struct _prop_dictionary *prop_dictionary_t;
typedef struct _prop_dictionary_keysym *prop_dictionary_keysym_t;
- Prev by Date:
[src/trunk]: src/sys/fs/msdosfs u_int8_t -> uint8_t
- Next by Date:
[src/trunk]: src/sys/fs/msdosfs u_int{8, 16, 32}_t -> uint{8, 16, 32}_t, also u_i...
- Previous by Thread:
[src/trunk]: src/sys/fs/msdosfs u_int8_t -> uint8_t
- Next by Thread:
[src/trunk]: src/sys/fs/msdosfs u_int{8, 16, 32}_t -> uint{8, 16, 32}_t, also u_i...
- Indexes:
Home |
Main Index |
Thread Index |
Old Index