diff options
Diffstat (limited to 'regress/lib')
-rw-r--r-- | regress/lib/libc/cephes/mconf.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/lib/libc/cephes/mconf.h b/regress/lib/libc/cephes/mconf.h index a92bd3ab643..7527193e2ac 100644 --- a/regress/lib/libc/cephes/mconf.h +++ b/regress/lib/libc/cephes/mconf.h @@ -1,4 +1,4 @@ -/* $OpenBSD: mconf.h,v 1.1 2011/07/02 18:11:01 martynas Exp $ */ +/* $OpenBSD: mconf.h,v 1.2 2014/07/21 01:51:11 guenther Exp $ */ /* * Copyright (c) 2008 Stephen L. Moshier <steve@moshier.net> @@ -76,7 +76,7 @@ */ #include <sys/types.h> -#include <sys/endian.h> +#include <endian.h> /* Constant definitions for math error conditions */ |