Diff for /libaitmqtt/inc/global.h between versions 1.1.1.1.2.3 and 1.2

version 1.1.1.1.2.3, 2012/05/01 01:12:16 version 1.2, 2012/06/20 15:02:23
Line 55  SUCH DAMAGE. Line 55  SUCH DAMAGE.
 #include <errno.h>  #include <errno.h>
 #include <poll.h>  #include <poll.h>
 #include <assert.h>  #include <assert.h>
   #include <limits.h>
 #include <sys/types.h>  #include <sys/types.h>
 #include <sys/limits.h>  
 #include <sys/socket.h>  #include <sys/socket.h>
 #include <netinet/in.h>  #include <netinet/in.h>
 #include <arpa/inet.h>  #include <arpa/inet.h>

Removed from v.1.1.1.1.2.3  
changed lines
  Added in v.1.2


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>