summaryrefslogtreecommitdiff
path: root/app-crypt/mcrypt/files/mcrypt-2.6.8-stdlib.h.patch
blob: c4bdb18a6dbc25aa70309878a07e3bb1e446a9c7 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/src/rfc2440.c	2008-11-17 06:50:01.000000000 +1100
+++ b/src/rfc2440.c	2010-08-10 13:48:28.000000000 +1000
@@ -23,7 +23,7 @@
 #include <zlib.h>
 #endif
 #include <stdio.h>
-#include <malloc.h>
+#include <stdlib.h>
 
 #include "xmalloc.h"
 #include "keys.h"