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/3b89ed73491b
branches:  trunk
changeset: 343098:3b89ed73491b
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 358ecb4075fb -r 3b89ed73491b 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;



Home | Main Index | Thread Index | Old Index