summaryrefslogtreecommitdiff
path: root/sys-process/at/files/at-3.1.13-getloadavg.patch
blob: 7de085dcd84b3cbd558fbe4ee6344b523353ad0b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
diff --git a/getloadavg.c b/getloadavg.c
index cf5869f..c7e2b27 100644
--- a/getloadavg.c
+++ b/getloadavg.c
@@ -69,8 +69,12 @@ 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>
+
+//#include "lisp.h"
+//#include "sysfile.h" /* for encapsulated open, close, read, write */
 
 #ifndef HAVE_GETLOADAVG