blob: c5404c0f159774ef2aeacd7bcd52ee66cdf4f7a3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-ab,v 1.3 2007/08/08 21:31:27 joerg Exp $
--- src/libarikkei/arikkei-token.c.orig 2007-08-08 20:54:48.000000000 +0000
+++ src/libarikkei/arikkei-token.c
@@ -12,7 +12,7 @@
*
*/
-#include <malloc.h>
+#include <stdlib.h>
#include <string.h>
#include "arikkei-token.h"
|