summaryrefslogtreecommitdiff
path: root/desktop/unx
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2016-05-30 14:17:35 +0300
committerTor Lillqvist <tml@collabora.com>2016-05-30 14:47:16 +0300
commit64061d8dd687efa1c78e5284ab01f2f16e5817c3 (patch)
treec6295a45a6aaad065b94ecb9a2326c51e939ac91 /desktop/unx
parentbe3e09a2f7effada123c6a75201eb5a0029481c2 (diff)
Move exithelper.h to include
We will want to use EXITHELPER_CRASH_WITH_RESTART in vcl, too. Change-Id: If34244a361b157e0e9c7cca55fc34f0574f39984
Diffstat (limited to 'desktop/unx')
-rw-r--r--desktop/unx/source/start.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/unx/source/start.c b/desktop/unx/source/start.c
index 893c79c4e0b7..b56477dfd39c 100644
--- a/desktop/unx/source/start.c
+++ b/desktop/unx/source/start.c
@@ -25,6 +25,7 @@
#include <string.h>
#include <errno.h>
+#include <desktop/exithelper.h>
#include <osl/process.h>
#include <osl/thread.h>
#include <rtl/bootstrap.h>
@@ -34,7 +35,6 @@
#include <sal/main.h>
#include "args.h"
-#include "../../source/inc/exithelper.h"
#include "pagein.h"
#include "splashx.h"