blob: c74fc20d146298f75a233aea2329f5cd1021214e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-af,v 1.1 2007/08/08 21:31:29 joerg Exp $
--- src/helper/action.c.orig 2007-08-08 20:58:23.000000000 +0000
+++ src/helper/action.c
@@ -12,7 +12,7 @@
*/
#include <string.h>
-#include <malloc.h>
+#include <stdlib.h>
#include <libnr/nr-macros.h>
|