1997-01-11 06:30:28 +01:00
|
|
|
*** agrep/agrep.c.orig Thu Aug 22 07:51:14 1996
|
|
|
|
--- agrep/agrep.c Thu Aug 22 07:51:27 1996
|
1996-08-26 04:14:41 +02:00
|
|
|
***************
|
1997-01-11 06:30:28 +01:00
|
|
|
*** 3,8 ****
|
|
|
|
--- 3,9 ----
|
|
|
|
* bgopal: (1993-4) added a library interface and removed some bugs: also
|
|
|
|
* selectively modified many routines to work with our text-compression algo.
|
|
|
|
*/
|
|
|
|
+ #include <sys/types.h>
|
|
|
|
#include <sys/stat.h>
|
|
|
|
#include "agrep.h"
|
|
|
|
#include "checkfile.h"
|