blob: 466d9f69bea61f46d4aa0eebfffa3cb38eec2d30 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- src/read_files.c.orig 2003-03-18 17:48:28 UTC
+++ src/read_files.c
@@ -21,6 +21,8 @@
/* Yee ole includes (I put this all in one file for my sanity) */
#include "include.h"
+FILE_STAT f;
+
int read_infile_llcheck() {
long int i;
short int found = 0;
|