$NetBSD: patch-ae,v 1.1 2011/03/06 03:47:27 dholland Exp $

--- agent/filter/misc.c~	2001-03-17 18:31:21.000000000 +0000
+++ agent/filter/misc.c
@@ -36,14 +36,15 @@
  *
  */
 
+#include <stdlib.h>
+#include <string.h>
+
 #include "config.h"
 #include "portable.h"
 #include <ctype.h>
 #include "sysexits.h"
 #include "confmagic.h"
 
-extern char *malloc();				/* Memory allocation */
-
 public char *strsave(string)
 char *string;
 {
