blob: 0faef975eee6d7163d92a2290d979a5d7b23ceee [file] [log] [blame]
b.liue9582032025-04-17 19:18:16 +08001--- 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