X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Flib%2Fstdlib.h;h=d2f9bba721a83ea69abd635685b304200dfdd61f;hb=eb718e3b5a5470b11e58dcc652f79e115272257a;hp=0a8abcb166edf576c493ff0889caffef37ab55df;hpb=f2f8875638593bd5365cfd6a5ba7c9578e52322f;p=pintos-anon diff --git a/src/lib/stdlib.h b/src/lib/stdlib.h index 0a8abcb..d2f9bba 100644 --- a/src/lib/stdlib.h +++ b/src/lib/stdlib.h @@ -1,5 +1,5 @@ -#ifndef LIB_STDLIB_H -#define LIB_STDLIB_H +#ifndef __LIB_STDLIB_H +#define __LIB_STDLIB_H #include "stddef.h"