Add sys/cdefs.h to log/log_main.h.
am: e2c51809f7
Change-Id: I81851f9a039450ce53c7e60c7ce096de266898fc
This commit is contained in:
commit
25a9baa280
1 changed files with 3 additions and 6 deletions
|
|
@ -18,10 +18,9 @@
|
|||
#define _LIBS_LOG_LOG_MAIN_H
|
||||
|
||||
#include <android/log.h>
|
||||
#include <sys/cdefs.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
__BEGIN_DECLS
|
||||
|
||||
/*
|
||||
* Normally we strip the effects of ALOGV (VERBOSE messages),
|
||||
|
|
@ -385,8 +384,6 @@ int __android_log_is_loggable_len(int prio, const char* tag, size_t len,
|
|||
#pragma clang diagnostic pop
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
__END_DECLS
|
||||
|
||||
#endif /* _LIBS_LOG_LOG_MAIN_H */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue