From 617d42b1356598bd9aaadcff52367a74494e5458 Mon Sep 17 00:00:00 2001 From: Luka Perkov Date: Wed, 30 Mar 2011 23:11:54 +0000 Subject: [PATCH] update at package - forgot to add patch SVN-Revision: 26385 --- 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 0000000000..a154f1a6ca --- /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 + -- 2.30.2