patch-tmux_h 562 B

1234567891011121314151617181920
  1. $OpenBSD: patch-tmux_h,v 1.1.1.1 2017/02/16 20:06:03 jasper Exp $
  2. --- tmux.h.orig Tue Mar 29 05:30:07 2016
  3. +++ tmux.h Wed Feb 8 20:42:10 2017
  4. @@ -26,7 +26,14 @@
  5. #include <sys/time.h>
  6. #include <sys/uio.h>
  7. -#include <event.h>
  8. +#include <event2/buffer.h>
  9. +#include <event2/buffer_compat.h>
  10. +#include <event2/bufferevent.h>
  11. +#include <event2/bufferevent_compat.h>
  12. +#include <event2/bufferevent_struct.h>
  13. +#include <event2/event_struct.h>
  14. +#include <event2/event.h>
  15. +#include <event2/event_compat.h>
  16. #include <limits.h>
  17. #include <stdarg.h>
  18. #include <stdio.h>