patch-agrep_parse_c 319 B

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