diff options
Diffstat (limited to 'include/lib/libc/stdint.h')
-rw-r--r-- | include/lib/libc/stdint.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/lib/libc/stdint.h b/include/lib/libc/stdint.h index 0b59a13b..d44a973f 100644 --- a/include/lib/libc/stdint.h +++ b/include/lib/libc/stdint.h @@ -8,9 +8,9 @@ * All rights reserved. */ -#ifndef _STDINT_H_ -#define _STDINT_H_ +#ifndef STDINT_H +#define STDINT_H #include <stdint_.h> -#endif +#endif /* STDINT_H */ |