]> git.pld-linux.org Git - packages/gfax.git/blob - gfax-time.h.patch
- fix compile on glibc 2.2.x.
[packages/gfax.git] / gfax-time.h.patch
1 --- gfax-0.4.2/ftplib-3.1/linux/ftplib.c~       Sat Sep 23 07:06:28 2000
2 +++ gfax-0.4.2/ftplib-3.1/linux/ftplib.c        Mon Apr 23 19:46:29 2001
3 @@ -34,7 +34,7 @@
4  #include <errno.h>
5  #include <ctype.h>
6  #if defined(__unix__)
7 -#include <sys/time.h>
8 +#include <time.h>
9  #include <sys/types.h>
10  #include <sys/socket.h>
11  #include <netinet/in.h>
This page took 0.073092 seconds and 3 git commands to generate.