Diff for /libaitmqtt/inc/global.h between versions 1.1.1.1.2.2 and 1.3.2.1

version 1.1.1.1.2.2, 2012/04/25 16:25:51 version 1.3.2.1, 2012/06/29 14:01:34
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/filio.h>
   #include <sys/time.h>
   #include <sys/ioctl.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.2  
changed lines
  Added in v.1.3.2.1


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