Fix up header guards.
[pintos-anon] / src / lib / stdint.h
index 2f0218fab4667a04535f7909515b73680d4c75e3..c7b78395801ef83e683b106da507f715c65b4351 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef LIB_STDINT_H
-#define LIB_STDINT_H
+#ifndef __LIB_STDINT_H
+#define __LIB_STDINT_H
 
 typedef signed char int8_t;
 #define INT8_MAX 127