blob: bd2f06baad7be5e419588747528a6524d966d9a4 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
$FreeBSD$
--- sgrep.c.orig Sat Apr 11 00:12:02 1992
+++ sgrep.c Sun Jul 21 03:50:47 2002
@@ -1,5 +1,6 @@
/* Copyright (c) 1991 Sun Wu and Udi Manber. All Rights Reserved. */
#include <stdio.h>
+#include <stdlib.h>
#include <ctype.h>
#define MAXSYM 256
#define MAXMEMBER 8192
|