summaryrefslogtreecommitdiff
path: root/idlc
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-04-09 09:09:19 +0200
committerNoel Grandin <noel@peralex.com>2015-04-09 09:10:30 +0200
commitf1e22f1a051c44a55759b7d44b0f0ef1b6f3c9de (patch)
tree384c34bb7a5e42796983621150ca4a3ed8e67a93 /idlc
parent6124ad4ca2c98e4c76cc7a32c4c8e538d9cd8b87 (diff)
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
Diffstat (limited to 'idlc')
-rw-r--r--idlc/inc/idlc/astattribute.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/idlc/inc/idlc/astattribute.hxx b/idlc/inc/idlc/astattribute.hxx
index 6765d3c79638..173c393d912c 100644
--- a/idlc/inc/idlc/astattribute.hxx
+++ b/idlc/inc/idlc/astattribute.hxx
@@ -22,7 +22,7 @@
#include <idlc/astdeclaration.hxx>
#include "idlc/astscope.hxx"
-#include <registry/types.h>
+#include <registry/types.hxx>
#include <rtl/ustring.hxx>
namespace typereg { class Writer; }