You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
303 B

  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. -#include "lisp.h"
  7. -#include "sysfile.h" /* for encapsulated open, close, read, write */
  8. +#include <sys/types.h>
  9. +#include <sys/stat.h>
  10. +#include <fcntl.h>
  11. #ifndef HAVE_GETLOADAVG