Update elinks to 0.11.4 (#3619)

git-svn-id: svn://svn.openwrt.org/openwrt/packages@11712 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
florian
2008-07-06 14:36:14 +00:00
parent 185b96936d
commit 6bd472df15
3 changed files with 6 additions and 19 deletions

View File

@ -1,11 +0,0 @@
diff -ruN elinks-0.11.1-old/src/util/time.h elinks-0.11.1-new/src/util/time.h
--- elinks-0.11.1-old/src/util/time.h 2006-01-29 14:10:39.000000000 +0100
+++ elinks-0.11.1-new/src/util/time.h 2006-03-27 23:09:08.000000000 +0200
@@ -1,6 +1,7 @@
#ifndef EL__UTIL_TIME_H
#define EL__UTIL_TIME_H
+#include <sys/types.h>
#ifdef HAVE_SYS_TIME_H
#include <sys/time.h>
#endif