summaryrefslogtreecommitdiffstats
path: root/libcutils/klog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'libcutils/klog.cpp')
-rw-r--r--libcutils/klog.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/libcutils/klog.cpp b/libcutils/klog.cpp
index d301276f9..6a9f4df8a 100644
--- a/libcutils/klog.cpp
+++ b/libcutils/klog.cpp
@@ -14,6 +14,8 @@
* limitations under the License.
*/
+#include <cutils/klog.h>
+
#include <errno.h>
#include <fcntl.h>
#include <stdarg.h>
@@ -25,7 +27,6 @@
#include <unistd.h>
#include <cutils/android_get_control_file.h>
-#include <cutils/klog.h>
static int klog_level = KLOG_INFO_LEVEL;