summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
Diffstat (limited to 'sys')
-rw-r--r--sys/geom/geom.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/geom/geom.h b/sys/geom/geom.h
index e4c37b7..f6e65bd 100644
--- a/sys/geom/geom.h
+++ b/sys/geom/geom.h
@@ -35,6 +35,9 @@
* $FreeBSD$
*/
+#ifndef _GEOM_GEOM_H_
+#define _GEOM_GEOM_H_
+
#include <sys/lock.h>
#include <sys/mutex.h>
#include <sys/sx.h>
@@ -272,3 +275,4 @@ extern struct sx topology_lock;
#endif
+#endif /* _GEOM_GEOM_H_ */
OpenPOWER on IntegriCloud