let ipkg fail when a package file to be installed is not found
[openwrt/staging/wigyori.git] / openwrt / package / elinks / patches / 01-missing_decl_for_off_t.patch
1 diff -ruN elinks-0.11.1-old/src/util/time.h elinks-0.11.1-new/src/util/time.h
2 --- elinks-0.11.1-old/src/util/time.h 2006-01-29 14:10:39.000000000 +0100
3 +++ elinks-0.11.1-new/src/util/time.h 2006-03-27 23:09:08.000000000 +0200
4 @@ -1,6 +1,7 @@
5 #ifndef EL__UTIL_TIME_H
6 #define EL__UTIL_TIME_H
7
8 +#include <sys/types.h>
9 #ifdef HAVE_SYS_TIME_H
10 #include <sys/time.h>
11 #endif