You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
325 B
12 lines
325 B
Index: src/progress.h |
|
--- src/progress.h.orig 2006-10-31 12:23:38 +0100 |
|
+++ src/progress.h 2006-12-05 19:46:17 +0100 |
|
@@ -6,6 +6,8 @@ |
|
#ifndef GOCR_PROGRESS_H |
|
#define GOCR_PROGRESS_H "Oct06" |
|
|
|
+#include <time.h> |
|
+ |
|
/* initialization of progress output, fname="<fileID>","<filename>","-" */ |
|
int ini_progress(char *fname); |
|
|
|
|