patch-tmate_h 395 B

1234567891011121314151617
  1. $OpenBSD: patch-tmate_h,v 1.1.1.1 2017/02/16 20:06:03 jasper Exp $
  2. --- tmate.h.orig Wed Feb 8 19:58:01 2017
  3. +++ tmate.h Wed Feb 8 20:02:26 2017
  4. @@ -5,7 +5,11 @@
  5. #include <msgpack.h>
  6. #include <libssh/libssh.h>
  7. #include <libssh/callbacks.h>
  8. -#include <event.h>
  9. +
  10. +#include <event2/buffer.h>
  11. +#include <event2/dns.h>
  12. +#include <event2/util.h>
  13. +#include <event2/event.h>
  14. #include "tmux.h"