File: 06_time_h_for_time_t.diff

package info (click to toggle)
csh 20240808-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,376 kB
  • sloc: ansic: 11,699; makefile: 60; sh: 16
file content (15 lines) | stat: -rw-r--r-- 294 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Description: Include <time.h> for time_t etc.
Forwarded: not-needed
Author: Matej Vela <vela@debian.org>
Last-Update: 2011-07-05

--- a/csh.c
+++ b/csh.c
@@ -43,6 +43,7 @@
 #include <limits.h>
 #include <bsd/vis.h>
 #include <stdarg.h>
+#include <time.h>
 
 #include "csh.h"
 #include "proc.h"