Fossil SCM
Add a new #include to report.c that is needed by DMC/PellesC compilers.
Commit
f5acf22b24b3f2d78fd0e9806b18f8bdefb1a311
Parent
e07625279cd9ee7…
1 file changed
+1
+1
| --- src/report.c | ||
| +++ src/report.c | ||
| @@ -16,10 +16,11 @@ | ||
| 16 | 16 | ******************************************************************************* |
| 17 | 17 | ** |
| 18 | 18 | ** Code to generate the ticket listings |
| 19 | 19 | */ |
| 20 | 20 | #include "config.h" |
| 21 | +#include <time.h> | |
| 21 | 22 | #include "report.h" |
| 22 | 23 | #include <assert.h> |
| 23 | 24 | |
| 24 | 25 | /* Forward references to static routines */ |
| 25 | 26 | static void report_format_hints(void); |
| 26 | 27 |
| --- src/report.c | |
| +++ src/report.c | |
| @@ -16,10 +16,11 @@ | |
| 16 | ******************************************************************************* |
| 17 | ** |
| 18 | ** Code to generate the ticket listings |
| 19 | */ |
| 20 | #include "config.h" |
| 21 | #include "report.h" |
| 22 | #include <assert.h> |
| 23 | |
| 24 | /* Forward references to static routines */ |
| 25 | static void report_format_hints(void); |
| 26 |
| --- src/report.c | |
| +++ src/report.c | |
| @@ -16,10 +16,11 @@ | |
| 16 | ******************************************************************************* |
| 17 | ** |
| 18 | ** Code to generate the ticket listings |
| 19 | */ |
| 20 | #include "config.h" |
| 21 | #include <time.h> |
| 22 | #include "report.h" |
| 23 | #include <assert.h> |
| 24 | |
| 25 | /* Forward references to static routines */ |
| 26 | static void report_format_hints(void); |
| 27 |