From 22ac70fcd3aac0d599db07dae360a887d605dd9c Mon Sep 17 00:00:00 2001 From: Poul-Henning Kamp Date: Sat, 1 Dec 2007 18:56:50 +0000 Subject: Add missing #ifndef _ASSERT_H_ protection against multiple inclusions --- include/assert.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include/assert.h') 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 /* @@ -62,3 +65,4 @@ __BEGIN_DECLS void __assert(const char *, const char *, int, const char *); __END_DECLS +#endif /* !_ASSERT_H_ */ -- cgit v1.3