freebsd-ports/devel/libmba/files/patch-src::hashmap.c
Simon Barner e057bad313 - Update to 0.8.10
- Fix fetch
- Mark broken on FreeBSD < 500039 (needs wchar support)

PR:		ports/77815
Submitted by:	Sam Lawrance <boris@brooknet.com.au>
Approved by:	arved (mentor)
2005-03-08 16:21:34 +00:00

10 lines
269 B
C

--- src/hashmap.c.orig Tue May 25 18:10:09 2004
+++ src/hashmap.c Mon Feb 21 00:31:21 2005
@@ -26,6 +26,7 @@
#include <string.h>
#include <errno.h>
#include <stdio.h>
+#include <wchar.h>
#include "mba/msgno.h"
#include "mba/iterator.h"
#include "mba/allocator.h"