Fri Jan 22 23:03:46 2016 UTC ()
Needs prop_array.h to compile.


(dholland)
diff -r1.14 -r1.15 src/common/include/prop/prop_dictionary.h

cvs diff -r1.14 -r1.15 src/common/include/prop/prop_dictionary.h (expand / switch to context diff)
--- src/common/include/prop/prop_dictionary.h 2011/09/30 22:08:18 1.14
+++ src/common/include/prop/prop_dictionary.h 2016/01/22 23:03:46 1.15
@@ -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;