diff options
author | Michael Januszewski <spock@gentoo.org> | 2006-05-14 15:34:36 +0000 |
---|---|---|
committer | Michael Januszewski <spock@gentoo.org> | 2006-05-14 15:34:36 +0000 |
commit | 884bda4da51001c435fe7cd840d502779c1ec76c (patch) | |
tree | 8f29a410c81474a7158bfcaf9841db5ae4330481 /www-client/elinks/files | |
parent | x86 (diff) | |
download | gentoo-2-884bda4da51001c435fe7cd840d502779c1ec76c.tar.gz gentoo-2-884bda4da51001c435fe7cd840d502779c1ec76c.tar.bz2 gentoo-2-884bda4da51001c435fe7cd840d502779c1ec76c.zip |
Replaced elinks-0.11.1-time.patch with a better version from bug #133178.
(Portage version: 2.1_pre10-r5)
Diffstat (limited to 'www-client/elinks/files')
-rw-r--r-- | www-client/elinks/files/elinks-0.11.1-time.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www-client/elinks/files/elinks-0.11.1-time.patch b/www-client/elinks/files/elinks-0.11.1-time.patch index 7caec8ef29e7..0ccfe1acf601 100644 --- a/www-client/elinks/files/elinks-0.11.1-time.patch +++ b/www-client/elinks/files/elinks-0.11.1-time.patch @@ -5,7 +5,7 @@ diff -Naurp elinks-0.11.1-orig/src/util/time.h elinks-0.11.1/src/util/time.h #ifndef EL__UTIL_TIME_H #define EL__UTIL_TIME_H -+#include <unistd.h> ++#include <sys/types.h> + #ifdef HAVE_SYS_TIME_H #include <sys/time.h> |