diff --git a/include/assert.h b/include/assert.h index e87fa9066dcc..763ab5ce660d 100644 --- a/include/assert.h +++ b/include/assert.h @@ -39,9 +39,6 @@ * $FreeBSD$ */ -#ifndef _ASSERT_H_ -#define _ASSERT_H_ - #include /* @@ -62,6 +59,8 @@ __LINE__, #e)) #endif /* NDEBUG */ +#ifndef _ASSERT_H_ +#define _ASSERT_H_ __BEGIN_DECLS void __assert(const char *, const char *, int, const char *); __END_DECLS