summaryrefslogtreecommitdiff
path: root/net/mtftpd/patches/patch-dist_include_prop_prop__dictionary.h
blob: 050f3b3c4508535aaa7c14d6539f2388ff07572e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-dist_include_prop_prop__dictionary.h,v 1.1 2012/03/07 11:39:40 hans Exp $

--- dist/include/prop/prop_dictionary.h.orig	2008-02-29 19:25:58.000000000 +0100
+++ dist/include/prop/prop_dictionary.h	2012-03-02 20:16:51.097919841 +0100
@@ -44,6 +44,8 @@
 typedef struct _prop_dictionary *prop_dictionary_t;
 typedef struct _prop_dictionary_keysym *prop_dictionary_keysym_t;
 
+#include <sys/cdefs.h>
+
 __BEGIN_DECLS
 prop_dictionary_t prop_dictionary_create(void);
 prop_dictionary_t prop_dictionary_create_with_capacity(unsigned int);