summaryrefslogtreecommitdiff
path: root/vcl/osx/salinst.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/osx/salinst.cxx')
-rw-r--r--vcl/osx/salinst.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/vcl/osx/salinst.cxx b/vcl/osx/salinst.cxx
index d6139c8728fb..4cd82d66bd94 100644
--- a/vcl/osx/salinst.cxx
+++ b/vcl/osx/salinst.cxx
@@ -64,6 +64,10 @@
#include "apple_remote/RemoteControl.h"
#include "postmac.h"
+extern "C" {
+#include <crt_externs.h>
+}
+
using namespace std;
using namespace ::com::sun::star;
@@ -251,10 +255,6 @@ void DeInitSalData()
SetSalData( nullptr );
}
-extern "C" {
-#include <crt_externs.h>
-}
-
void InitSalMain()
{
}