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

version 1.2, 2012/01/27 15:05:38 version 1.3, 2012/07/03 09:02:50
Line 18 Line 18
 #include <pwd.h>  #include <pwd.h>
 #include <pthread.h>  #include <pthread.h>
 #include <poll.h>  #include <poll.h>
   #include <regex.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 30
 #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.3


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