fftw3: moved to github
[openwrt/svn-archive/packages.git] / utils / at / patches / 110-getloadavg.patch
1 --- a/getloadavg.c
2 +++ b/getloadavg.c
3 @@ -69,8 +69,9 @@ Boston, MA 02110-1301 USA */
4 #include <config.h>
5 #endif
6
7 -#include "lisp.h"
8 -#include "sysfile.h" /* for encapsulated open, close, read, write */
9 +#include <sys/types.h>
10 +#include <sys/stat.h>
11 +#include <fcntl.h>
12
13 #ifndef HAVE_GETLOADAVG
14