diff options
author | Tor Lillqvist <tml@iki.fi> | 2013-03-12 14:02:16 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2013-03-12 14:03:09 +0200 |
commit | 221b845d01fbb11d321b653e4f9676d7ade0d85f (patch) | |
tree | 6d0700009699c6418e06eae52594edda731480b1 /desktop | |
parent | 4aaf614250d3752a665efcbb222fe8d4b6343168 (diff) |
Need relative path to where exithelper.h is
Change-Id: If503e364700428ec3eac3d6f86e0388860cec10d
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/unx/source/start.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/unx/source/start.c b/desktop/unx/source/start.c index 7366a9323a32..a8a0bb558666 100644 --- a/desktop/unx/source/start.c +++ b/desktop/unx/source/start.c @@ -50,7 +50,7 @@ #include <sal/main.h> #include "args.h" -#include "exithelper.h" +#include "../../source/inc/exithelper.h" #include "splashx.h" #define PIPEDEFAULTPATH "/tmp" |