[Libreoffice-commits] core.git: desktop/unx

Tor Lillqvist tml at iki.fi
Tue Mar 12 05:03:36 PDT 2013


 desktop/unx/source/start.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 221b845d01fbb11d321b653e4f9676d7ade0d85f
Author: Tor Lillqvist <tml at iki.fi>
Date:   Tue Mar 12 14:02:16 2013 +0200

    Need relative path to where exithelper.h is
    
    Change-Id: If503e364700428ec3eac3d6f86e0388860cec10d

diff --git a/desktop/unx/source/start.c b/desktop/unx/source/start.c
index 7366a93..a8a0bb5 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"


More information about the Libreoffice-commits mailing list