Diff for /libaitio/inc/global.h between versions 1.1 and 1.4

version 1.1, 2010/02/23 22:54:52 version 1.4, 2011/02/10 22:01:34
Line 22 Line 22
 #include <errno.h>  #include <errno.h>
 #include <regex.h>  #include <regex.h>
 #include <termios.h>  #include <termios.h>
   #include <glob.h>
   #include <fcntl.h>
   #include <sys/types.h>
   #include <sys/param.h>
   #include <sys/event.h>
   #include <sys/stat.h>
 #include <sys/ioctl.h>  #include <sys/ioctl.h>
 #include <sys/tty.h>  #include <sys/tty.h>
 #include <sys/ioctl_compat.h>  #include <sys/ioctl_compat.h>
   #include <readline/readline.h>
   #include <readline/history.h>
   
   #ifdef AIO_OPS
   #include <aio.h>
   #endif
   
   
 #include "aitio.h"  #include "aitio.h"

Removed from v.1.1  
changed lines
  Added in v.1.4


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