patch-sched_h 476 B

123456789101112131415161718192021
  1. $Id: update-patches 24 2008-08-31 14:56:13Z wbx $
  2. --- screen-4.0.3.orig/sched.h 2002-01-08 16:42:43.000000000 +0100
  3. +++ screen-4.0.3/sched.h 2008-10-08 13:33:43.000000000 +0200
  4. @@ -22,6 +22,11 @@
  5. * $Id: sched.h,v 1.1.1.1 1993/06/16 23:51:13 jnweiger Exp $ FAU
  6. */
  7. +#ifndef __SCHED_H
  8. +#define __SCHED_H
  9. +
  10. +#include <sys/time.h>
  11. +
  12. struct event
  13. {
  14. struct event *next;
  15. @@ -41,3 +46,5 @@ struct event
  16. #define EV_READ 1
  17. #define EV_WRITE 2
  18. #define EV_ALWAYS 3
  19. +
  20. +#endif