You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
Index: src/rfc2440.c |
|
--- src/rfc2440.c.orig 2007-06-09 10:36:46 +0200 |
|
+++ src/rfc2440.c 2007-06-09 19:00:30 +0200 |
|
@@ -24,7 +24,7 @@ |
|
#include <zlib.h> |
|
#endif |
|
#include <stdio.h> |
|
-#include <malloc.h> |
|
+#include <stdlib.h> |
|
|
|
#include "xmalloc.h" |
|
#include "keys.h"
|
|
|