summaryrefslogtreecommitdiffstats
path: root/include/assert.h
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2007-12-01 18:56:50 +0000
committerphk <phk@FreeBSD.org>2007-12-01 18:56:50 +0000
commit8df55e4f8662732d62efb9b039f3d1863a0a2266 (patch)
tree892a4d5d16f111c6b60037a546e5d18fc5693ea4 /include/assert.h
parent7ad2ad4ecaa1e45427408b89fdee9fcc2f899d1d (diff)
downloadFreeBSD-src-8df55e4f8662732d62efb9b039f3d1863a0a2266.zip
FreeBSD-src-8df55e4f8662732d62efb9b039f3d1863a0a2266.tar.gz
Add missing #ifndef _ASSERT_H_ protection against multiple inclusions
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 f267a4a..e87fa90 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_ */
OpenPOWER on IntegriCloud