From f1e22f1a051c44a55759b7d44b0f0ef1b6f3c9de Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Thu, 9 Apr 2015 09:09:19 +0200 Subject: fix android build since after my converting stuff in include/registry/types.h to use 'enum class', it can obviously no longer be "extern C", so drop the "extern C" and rename the file to reflect that. Change-Id: Ia30f5731316525e48531c4785ab7471a428bcf6f --- include/registry/writer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/registry/writer.h') diff --git a/include/registry/writer.h b/include/registry/writer.h index bf5b314816ba..e05b09634ede 100644 --- a/include/registry/writer.h +++ b/include/registry/writer.h @@ -21,7 +21,7 @@ #define INCLUDED_REGISTRY_WRITER_H #include -#include +#include #include #include -- cgit