Index: uspace/lib/bithenge/helenos/os.h
===================================================================
--- uspace/lib/bithenge/helenos/os.h	(revision 07848698cf523fb02b38628ab8010eaf69c2a3ca)
+++ uspace/lib/bithenge/helenos/os.h	(revision 1f136a276f8fc85472c449eca4c77423d242301e)
@@ -27,6 +27,6 @@
  */
 
-#ifndef BITHENGE_OS_H_
-#define BITHENGE_OS_H_
+#ifndef BITHENGE_HELENOS_OS_H_
+#define BITHENGE_HELENOS_OS_H_
 
 #include <bool.h>
Index: uspace/lib/bithenge/linux/os.h
===================================================================
--- uspace/lib/bithenge/linux/os.h	(revision 07848698cf523fb02b38628ab8010eaf69c2a3ca)
+++ uspace/lib/bithenge/linux/os.h	(revision 1f136a276f8fc85472c449eca4c77423d242301e)
@@ -27,6 +27,6 @@
  */
 
-#ifndef BITHENGE_OS_H_
-#define BITHENGE_OS_H_
+#ifndef BITHENGE_LINUX_OS_H_
+#define BITHENGE_LINUX_OS_H_
 
 #include <endian.h>
Index: uspace/lib/bithenge/os.h
===================================================================
--- uspace/lib/bithenge/os.h	(revision 07848698cf523fb02b38628ab8010eaf69c2a3ca)
+++ uspace/lib/bithenge/os.h	(revision 1f136a276f8fc85472c449eca4c77423d242301e)
@@ -27,4 +27,7 @@
  */
 
+#ifndef BITHENGE_OS_H_
+#define BITHENGE_OS_H_
+
 #ifdef __HELENOS__
 #include "helenos/os.h"
@@ -41,2 +44,4 @@
 }
 #endif
+
+#endif
