From 84a4257a6b5ac3600c6da539ef4648d19a635630 Mon Sep 17 00:00:00 2001 From: luka Date: Wed, 30 Mar 2011 23:11:54 +0000 Subject: [PATCH] update at package - forgot to add patch git-svn-id: svn://svn.openwrt.org/openwrt/packages@26385 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- utils/at/patches/110-getloadavg.patch | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 utils/at/patches/110-getloadavg.patch diff --git a/utils/at/patches/110-getloadavg.patch b/utils/at/patches/110-getloadavg.patch new file mode 100644 index 000000000..a154f1a6c --- /dev/null +++ b/utils/at/patches/110-getloadavg.patch @@ -0,0 +1,14 @@ +--- at-3.1.12/getloadavg.c 2009-11-23 16:11:52.000000000 +0100 ++++ at-3.1.12/getloadavg.c 2011-03-30 13:59:32.261558198 +0200 +@@ -69,8 +69,9 @@ + #include + #endif + +-#include "lisp.h" +-#include "sysfile.h" /* for encapsulated open, close, read, write */ ++#include ++#include ++#include + + #ifndef HAVE_GETLOADAVG +