$OpenBSD: patch-agrep_parse_c,v 1.1 2016/03/18 16:41:53 naddy Exp $
--- agrep/parse.c.orig	Thu Nov 21 03:28:43 1996
+++ agrep/parse.c	Thu Mar 17 22:41:39 2016
@@ -4,6 +4,8 @@
    tree for that regular expression.				*/
 
 #include <stdio.h>
+#include <stdlib.h>
+#include <string.h>
 #include "re.h"
 
 #define FALSE	0
