diff options
-rw-r--r-- | sys/kern/kern_malloc.c | 3 | ||||
-rw-r--r-- | sys/msdosfs/msdosfs_vfsops.c | 3 | ||||
-rw-r--r-- | sys/net/if_pflog.c | 3 | ||||
-rw-r--r-- | sys/uvm/uvm_mmap.c | 3 |
4 files changed, 8 insertions, 4 deletions
diff --git a/sys/kern/kern_malloc.c b/sys/kern/kern_malloc.c index 283afaf1cb8..80dc4150bb8 100644 --- a/sys/kern/kern_malloc.c +++ b/sys/kern/kern_malloc.c @@ -1,4 +1,4 @@ -/* $OpenBSD: kern_malloc.c,v 1.126 2014/12/10 02:44:47 tedu Exp $ */ +/* $OpenBSD: kern_malloc.c,v 1.127 2015/02/13 13:35:03 millert Exp $ */ /* $NetBSD: kern_malloc.c,v 1.15.4.2 1996/06/13 17:10:56 cgd Exp $ */ /* @@ -35,6 +35,7 @@ #include <sys/param.h> #include <sys/kernel.h> #include <sys/malloc.h> +#include <sys/stdint.h> #include <sys/systm.h> #include <sys/sysctl.h> #include <sys/time.h> diff --git a/sys/msdosfs/msdosfs_vfsops.c b/sys/msdosfs/msdosfs_vfsops.c index 6852542fb85..5007797173c 100644 --- a/sys/msdosfs/msdosfs_vfsops.c +++ b/sys/msdosfs/msdosfs_vfsops.c @@ -1,4 +1,4 @@ -/* $OpenBSD: msdosfs_vfsops.c,v 1.70 2014/12/16 18:30:04 tedu Exp $ */ +/* $OpenBSD: msdosfs_vfsops.c,v 1.71 2015/02/13 13:35:03 millert Exp $ */ /* $NetBSD: msdosfs_vfsops.c,v 1.48 1997/10/18 02:54:57 briggs Exp $ */ /*- @@ -64,6 +64,7 @@ #include <sys/malloc.h> #include <sys/dirent.h> #include <sys/disk.h> +#include <sys/stdint.h> #include <msdosfs/bpb.h> #include <msdosfs/bootsect.h> diff --git a/sys/net/if_pflog.c b/sys/net/if_pflog.c index 82d9f990887..e00a6a69dc6 100644 --- a/sys/net/if_pflog.c +++ b/sys/net/if_pflog.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_pflog.c,v 1.68 2015/02/12 01:24:10 henning Exp $ */ +/* $OpenBSD: if_pflog.c,v 1.69 2015/02/13 13:35:03 millert Exp $ */ /* * The authors of this code are John Ioannidis (ji@tla.org), * Angelos D. Keromytis (kermit@csd.uch.gr) and @@ -42,6 +42,7 @@ #include <sys/mbuf.h> #include <sys/proc.h> #include <sys/socket.h> +#include <sys/stdint.h> #include <sys/ioctl.h> #include <net/if.h> diff --git a/sys/uvm/uvm_mmap.c b/sys/uvm/uvm_mmap.c index 0a994106c5b..b2d749cfb54 100644 --- a/sys/uvm/uvm_mmap.c +++ b/sys/uvm/uvm_mmap.c @@ -1,4 +1,4 @@ -/* $OpenBSD: uvm_mmap.c,v 1.106 2015/02/07 00:42:20 tedu Exp $ */ +/* $OpenBSD: uvm_mmap.c,v 1.107 2015/02/13 13:35:03 millert Exp $ */ /* $NetBSD: uvm_mmap.c,v 1.49 2001/02/18 21:19:08 chs Exp $ */ /* @@ -63,6 +63,7 @@ #include <sys/conf.h> #include <sys/stat.h> #include <sys/specdev.h> +#include <sys/stdint.h> #include <machine/exec.h> /* for __LDPGSZ */ |