Fixup fromcvs/togit conversion
[minix-pkgsrc.git] / net / mtftpd / patches / patch-dist_include_prop_prop__dictionary.h
blob8605c47fe537ad4d6a6048466ba59c322db9799c
1 $NetBSD$
3 --- dist/include/prop/prop_dictionary.h.orig 2008-02-29 19:25:58.000000000 +0100
4 +++ dist/include/prop/prop_dictionary.h 2012-03-02 20:16:51.097919841 +0100
5 @@ -44,6 +44,8 @@
6 typedef struct _prop_dictionary *prop_dictionary_t;
7 typedef struct _prop_dictionary_keysym *prop_dictionary_keysym_t;
9 +#include <sys/cdefs.h>
11 __BEGIN_DECLS
12 prop_dictionary_t prop_dictionary_create(void);
13 prop_dictionary_t prop_dictionary_create_with_capacity(unsigned int);