freemyipod r112 - Code Review

Jump to: navigation, search
Repository:freemyipod
Revision:r111‎ | r112 | r113 >
Date:16:11, 12 August 2010
Author:theseven
Status:new
Tags:
Comment:
Fix some reds
Modified paths:
  • /embios/trunk/global.h (modified) (history)

Diff [purge]

Index: embios/trunk/global.h
@@ -39,13 +39,13 @@
4040
4141 #ifndef ASM_FILE
4242 #include <stdarg.h>
43 -#include "errno.h"
44 -#include "inttypes.h"
45 -#include "math.h"
46 -#include "stdint.h"
47 -#include "stdlib.h"
48 -#include "string.h"
49 -#include "sys/types.h"
 43+#include "libc/include/errno.h"
 44+#include "libc/include/inttypes.h"
 45+#include "libc/include/math.h"
 46+#include "libc/include/stdint.h"
 47+#include "libc/include/stdlib.h"
 48+#include "libc/include/string.h"
 49+#include "libc/include/sys/types.h"
5050 typedef int bool;
5151 #define true 1
5252 #define false 0