summaryrefslogtreecommitdiffhomepage
path: root/dev/base/RunDLL64/src
diff options
context:
space:
mode:
Diffstat (limited to 'dev/base/RunDLL64/src')
-rw-r--r--dev/base/RunDLL64/src/dll.cc (renamed from dev/base/RunDLL64/src/dll.cxx)2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/base/RunDLL64/src/dll.cxx b/dev/base/RunDLL64/src/dll.cc
index 49e69fc4..ee3cdfa6 100644
--- a/dev/base/RunDLL64/src/dll.cxx
+++ b/dev/base/RunDLL64/src/dll.cc
@@ -2,7 +2,7 @@
* Copyright (c) 2024 ZKA Web Services Co
*/
-#include <sci/sci_base.hxx>
+#include <sci/sci_base.h>
typedef int (*MainKind)(int, char**);