X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Flib%2Fstdio.h;h=4609fb3be1e1cca30ebb13498c5c62cc78ae428e;hb=8f7c2027a5ad53ab7875eeb1d12057b0ed8ccb20;hp=71413870d47129d3129944ab09411463734a0edb;hpb=f2f8875638593bd5365cfd6a5ba7c9578e52322f;p=pintos-anon diff --git a/src/lib/stdio.h b/src/lib/stdio.h index 7141387..4609fb3 100644 --- a/src/lib/stdio.h +++ b/src/lib/stdio.h @@ -1,5 +1,5 @@ -#ifndef LIB_STDIO_H -#define LIB_STDIO_H +#ifndef __LIB_STDIO_H +#define __LIB_STDIO_H #include #include