diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2009-03-23 15:15:19 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2009-03-23 15:15:19 +0000 |
commit | 67dee8b0cd8a689f9afbf8b79e1e4777552bac7e (patch) | |
tree | 17b30562bd1162f6477ea574bdb9fdd422719c21 /sys/arch/zaurus/stand | |
parent | 4b07ceed7f987d18d36ec690fc9d57c85fba5496 (diff) |
sys/types.h before other things
Diffstat (limited to 'sys/arch/zaurus/stand')
-rw-r--r-- | sys/arch/zaurus/stand/zbsdmod/compat_linux.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/zaurus/stand/zbsdmod/compat_linux.h b/sys/arch/zaurus/stand/zbsdmod/compat_linux.h index 1fbe042a905..5fe7d4f063b 100644 --- a/sys/arch/zaurus/stand/zbsdmod/compat_linux.h +++ b/sys/arch/zaurus/stand/zbsdmod/compat_linux.h @@ -1,4 +1,4 @@ -/* $OpenBSD: compat_linux.h,v 1.5 2006/01/15 17:58:27 deraadt Exp $ */ +/* $OpenBSD: compat_linux.h,v 1.6 2009/03/23 15:15:18 deraadt Exp $ */ /* * Copyright (c) 2005 Uwe Stuehler <uwe@bsdx.de> @@ -94,8 +94,8 @@ extern void printk(const char *, ...); extern void *memcpy(void *, const void *, size_t); /* BSD headers */ -#include <sys/exec_elf.h> #include <sys/types.h> +#include <sys/exec_elf.h> #include <errno.h> /* Linux LKM support */ |