110-getloadavg.patch 303 B

1234567891011121314
  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