diff options
Diffstat (limited to 'include/math.h')
-rw-r--r-- | include/math.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/math.h b/include/math.h index 769659e0475..5e42486549c 100644 --- a/include/math.h +++ b/include/math.h @@ -1,4 +1,4 @@ -/* $OpenBSD: math.h,v 1.28 2011/04/28 18:05:39 martynas Exp $ */ +/* $OpenBSD: math.h,v 1.29 2011/05/25 21:46:49 martynas Exp $ */ /* * ==================================================== * Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved. @@ -21,6 +21,7 @@ #include <sys/cdefs.h> #include <sys/limits.h> +__BEGIN_DECLS /* * ANSI/POSIX */ @@ -145,7 +146,6 @@ extern int signgam; #define HUGE MAXFLOAT #endif /* __BSD_VISIBLE */ -__BEGIN_DECLS /* * ANSI/POSIX */ |