summaryrefslogtreecommitdiffhomepage
path: root/dev/base/RunXPCOM/src
diff options
context:
space:
mode:
Diffstat (limited to 'dev/base/RunXPCOM/src')
-rw-r--r--dev/base/RunXPCOM/src/xpcom.cc (renamed from dev/base/RunXPCOM/src/xpcom.cxx)2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/base/RunXPCOM/src/xpcom.cxx b/dev/base/RunXPCOM/src/xpcom.cc
index 1b94ba07..3fcfc708 100644
--- a/dev/base/RunXPCOM/src/xpcom.cxx
+++ b/dev/base/RunXPCOM/src/xpcom.cc
@@ -2,7 +2,7 @@
* Copyright (c) 2024 ZKA Web Services Co
*/
-#include <sci/sci_base.hxx>
+#include <sci/sci_base.h>
typedef SInt32 (*RPCProcKind)(IUnknown*);