aboutsummaryrefslogtreecommitdiff
path: root/include/assert.h
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>2007-12-01 18:56:50 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>2007-12-01 18:56:50 +0000
commit22ac70fcd3aac0d599db07dae360a887d605dd9c (patch)
tree892a4d5d16f111c6b60037a546e5d18fc5693ea4 /include/assert.h
parent19ab4b35fbbe495ec0f8bbdc05484b8eb9a10b8d (diff)
Notes
Diffstat (limited to 'include/assert.h')
-rw-r--r--include/assert.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/assert.h b/include/assert.h
index f267a4a2a2ab..e87fa9066dcc 100644
--- a/include/assert.h
+++ b/include/assert.h
@@ -39,6 +39,9 @@
* $FreeBSD$
*/
+#ifndef _ASSERT_H_
+#define _ASSERT_H_
+
#include <sys/cdefs.h>
/*
@@ -62,3 +65,4 @@
__BEGIN_DECLS
void __assert(const char *, const char *, int, const char *);
__END_DECLS
+#endif /* !_ASSERT_H_ */