Fix up header guards.
[pintos-anon] / src / lib / stdbool.h
index 45fc51560e69ca8bd4ba19c9a17c1ff8fdb7d758..f173a912ad086ac0189191240fc728f5c8d81ece 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef LIB_STDBOOL_H
-#define LIB_STDBOOL_H
+#ifndef __LIB_STDBOOL_H
+#define __LIB_STDBOOL_H
 
 #define bool   _Bool
 #define true   1