Browse Source

Fixed missing poll header

pull/1/head
Joseph Henry 9 years ago
parent
commit
9918093c4b
  1. 1
      include/libzt.h

1
include/libzt.h

@ -28,6 +28,7 @@
#define ZT_LIBZT_H
#include <sys/socket.h>
#include <poll.h>
/****************************************************************************/
/* Defines */

Loading…
Cancel
Save