Fix up header guards.
[pintos-anon] / src / lib / stdio.h
index 71413870d47129d3129944ab09411463734a0edb..4609fb3be1e1cca30ebb13498c5c62cc78ae428e 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef LIB_STDIO_H
-#define LIB_STDIO_H
+#ifndef __LIB_STDIO_H
+#define __LIB_STDIO_H
 
 #include <debug.h>
 #include <stdbool.h>