aboutsummaryrefslogblamecommitdiff
path: root/databases/xapian-core12/files/patch-clang
blob: 2f039a8a66b30a6b362345cd78c1cca68ea6d07e (plain) (tree)
1
2
3
4
5
6
7
8
9
10









                                                                              
--- common/safeuuid.h.orig	2013-12-04 00:13:34 UTC
+++ common/safeuuid.h
@@ -55,6 +55,7 @@
 
 // UUID API on FreeBSD, NetBSD and AIX.
 
+# include <stdlib.h>
 # ifdef _AIX
 /* AIX uses a byte typedef in its <uuid.h> which collides with ours, so use a
  * macro to rename theirs out of the way.