Fossil SCM

Add a new #include to report.c that is needed by DMC/PellesC compilers.

drh 2010-12-30 16:46 trunk
Commit f5acf22b24b3f2d78fd0e9806b18f8bdefb1a311
1 file changed +1
--- src/report.c
+++ src/report.c
@@ -16,10 +16,11 @@
1616
*******************************************************************************
1717
**
1818
** Code to generate the ticket listings
1919
*/
2020
#include "config.h"
21
+#include <time.h>
2122
#include "report.h"
2223
#include <assert.h>
2324
2425
/* Forward references to static routines */
2526
static void report_format_hints(void);
2627
--- 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

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button