Print statistics at power off.
[pintos-anon] / src / lib / stdlib.h
index 0a8abcb166edf576c493ff0889caffef37ab55df..9455c6a20f3280b56e352743c0685ac6ef2bca91 100644 (file)
@@ -1,7 +1,7 @@
-#ifndef LIB_STDLIB_H
-#define LIB_STDLIB_H
+#ifndef __LIB_STDLIB_H
+#define __LIB_STDLIB_H
 
-#include "stddef.h"
+#include <stddef.h>
 
 int atoi (const char *);