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.

10 lines
171 B

  1. --- a/utmp.c
  2. +++ b/utmp.c
  3. @@ -33,6 +33,7 @@
  4. #include "config.h"
  5. #include "screen.h"
  6. #include "extern.h"
  7. +#include "os.h"
  8. #ifdef HAVE_UTEMPTER
  9. #include <utempter.h>