[Tinyx-devel] [PATCH] LIBC: Fix libc include.
Status: Planning
                
                Brought to you by:
                
                    davidcohen
                    
                
            | 
      
      
      From: David C. <da...@gm...> - 2008-01-11 02:48:34
      
     | 
| Fixing libc include path on device.c Signed-off-by: David Cohen <da...@gm...> --- kernel/device.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/kernel/device.c b/kernel/device.c index 44374ab..d5d1901 100644 --- a/kernel/device.c +++ b/kernel/device.c @@ -21,7 +21,7 @@ #include <tinyx/device.h> #include <tinyx/list.h> -#include <tinyx/libc/string.h> +#include <libc/string.h> DECLARE_LIST_HEAD(bus_list); DECLARE_LIST_HEAD(driver_list); -- 1.5.3.7 |