Diff for /libelwix/inc/global.h between versions 1.5 and 1.5.4.1

version 1.5, 2015/06/25 17:53:49 version 1.5.4.1, 2016/05/14 11:31:38
Line 64  SUCH DAMAGE. Line 64  SUCH DAMAGE.
 #include <assert.h>  #include <assert.h>
 #include <paths.h>  #include <paths.h>
 #include <sys/types.h>  #include <sys/types.h>
#include <sys/param.h>#ifndef __linux__
 #include <sys/stdint.h>  #include <sys/stdint.h>
#include <sys/queue.h>#else
 #include <stdint.h>
 #include <net/if.h>
 #include <sys/ioctl.h>
 #endif
 #include <sys/param.h>
 #include <sys/wait.h>  #include <sys/wait.h>
#ifndef __OpenBSD__#if !defined(__OpenBSD__) && !defined(__linux__)
 #include <sys/endian.h>  #include <sys/endian.h>
 #endif  #endif
   

Removed from v.1.5  
changed lines
  Added in v.1.5.4.1


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