aboutsummaryrefslogtreecommitdiff
path: root/utils/at/patches/110-getloadavg.patch
blob: 0faef975eee6d7163d92a2290d979a5d7b23ceee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- a/getloadavg.c
+++ b/getloadavg.c
@@ -69,8 +69,9 @@ Boston, MA  02110-1301  USA */
 #include <config.h>
 #endif
 
-#include "lisp.h"
-#include "sysfile.h" /* for encapsulated open, close, read, write */
+#include <sys/types.h>
+#include <sys/stat.h>
+#include <fcntl.h>
 
 #ifndef HAVE_GETLOADAVG