]> git.pld-linux.org Git - packages/clockspeed.git/blob - clockspeed-fix.patch
- compile fixes
[packages/clockspeed.git] / clockspeed-fix.patch
1 --- clockspeed-0.62/error.h.orig        1998-10-13 19:37:49.000000000 +0200
2 +++ clockspeed-0.62/error.h     2008-01-07 00:38:14.155875478 +0100
3 @@ -1,7 +1,7 @@
4  #ifndef ERROR_H
5  #define ERROR_H
6  
7 -extern int errno;
8 +#include <errno.h>
9  
10  extern int error_intr;
11  extern int error_nomem;
12 --- clockspeed-0.62/clockview.c.orig    1998-10-13 19:37:49.000000000 +0200
13 +++ clockspeed-0.62/clockview.c 2008-01-07 00:38:54.202157585 +0100
14 @@ -1,3 +1,4 @@
15 +#include <time.h>
16  #include <sys/types.h>
17  #include <sys/time.h>
18  #include "substdio.h"
This page took 0.0757949999999999 seconds and 3 git commands to generate.