File: includes.patch

package info (click to toggle)
seyon 2.20c-37
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,456 kB
  • sloc: ansic: 18,424; yacc: 184; sh: 183; makefile: 9
file content (20 lines) | stat: -rw-r--r-- 339 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
--- a/SeGeneric.c
+++ b/SeGeneric.c
@@ -21,6 +21,7 @@
 #include <sys/time.h>
 #include <ctype.h>
 #include <math.h>
+#include <time.h>
 
 #include "SeDecl.h"
 
--- a/SeSubs.c
+++ b/SeSubs.c
@@ -27,6 +27,7 @@
 #include <sys/stat.h>
 #include <sys/wait.h>
 #include <sys/time.h>
+#include <time.h>
 
 #include "seyon.h"
 #include "SeDecl.h"