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

version 1.2, 2010/03/22 15:21:20 version 1.3, 2010/09/10 12:39:41
Line 22 Line 22
 #include <errno.h>  #include <errno.h>
 #include <regex.h>  #include <regex.h>
 #include <termios.h>  #include <termios.h>
   #include <sys/types.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/readline.h>
 #include <readline/history.h>  #include <readline/history.h>
   
   #ifdef AIO_OPS
   #include <aio.h>
   #endif
   
   
 #include "aitio.h"  #include "aitio.h"

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


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