Add multiple inclusion protection.

PR:		165025
Submitted by:	Gavin Mu
MFC after:	1 week
This commit is contained in:
Marius Strobl 2012-04-29 15:54:40 +00:00
parent 620c4e951f
commit 1a7f270047
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=234789

View File

@ -26,6 +26,9 @@
* $FreeBSD$
*/
#ifndef _BOOTSTRAP_H_
#define _BOOTSTRAP_H_
#include <sys/types.h>
#include <sys/queue.h>
#include <sys/linker_set.h>
@ -323,3 +326,5 @@ void delay(int delay);
void dev_cleanup(void);
time_t time(time_t *tloc);
#endif /* !_BOOTSTRAP_H_ */