diff options
| author | The Android Open Source Project <initial-contribution@android.com> | 2009-02-13 12:57:54 -0800 | 
|---|---|---|
| committer | The Android Open Source Project <initial-contribution@android.com> | 2009-02-13 12:57:54 -0800 | 
| commit | 1b8e5a6b14ca850920e19b3dfae41e6494475c1a (patch) | |
| tree | 67bdeb039019f8a47d5cd607c18d99a7c8eb3141 /liblog | |
| parent | 13f797da7f190e9ea52f2f3d235210b8a4963b21 (diff) | |
| download | system_core-1b8e5a6b14ca850920e19b3dfae41e6494475c1a.zip system_core-1b8e5a6b14ca850920e19b3dfae41e6494475c1a.tar.gz system_core-1b8e5a6b14ca850920e19b3dfae41e6494475c1a.tar.bz2 | |
auto import from //branches/cupcake/...@131421
Diffstat (limited to 'liblog')
| -rw-r--r-- | liblog/logd_write.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/liblog/logd_write.c b/liblog/logd_write.c index e40d2ce..80867d1 100644 --- a/liblog/logd_write.c +++ b/liblog/logd_write.c @@ -25,7 +25,7 @@  #include <stdlib.h>  #include <stdarg.h> -#include <utils/logger.h> +#include <cutils/logger.h>  #include <cutils/logd.h>  #define LOG_BUF_SIZE	1024 | 
