Diff for /mqtt/inc/global.h between versions 1.2 and 1.2.2.3

version 1.2, 2012/01/27 15:05:38 version 1.2.2.3, 2012/04/25 16:36:25
Line 19 Line 19
 #include <pthread.h>  #include <pthread.h>
 #include <poll.h>  #include <poll.h>
 #include <sys/types.h>  #include <sys/types.h>
   #include <sys/param.h>
 #include <sys/stat.h>  #include <sys/stat.h>
 #include <sys/wait.h>  #include <sys/wait.h>
 #include <sys/mman.h>  #include <sys/mman.h>
Line 28 Line 29
 #include <aitio.h>  #include <aitio.h>
 #include <aitcfg.h>  #include <aitcfg.h>
 #include <aitsched.h>  #include <aitsched.h>
   #include <aitmqtt.h>
 #include <sqlite3.h>  #include <sqlite3.h>
   
 #include "aitmqtt.h"  
 #include "defs.h"  #include "defs.h"
   
   

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


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