[Libreoffice-commits] .: vcl/source
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Fri Jan 4 13:03:14 PST 2013
vcl/source/filter/jpeg/jpeg.cxx | 4 ++--
vcl/source/filter/jpeg/jpegc.c | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
New commits:
commit 540f090a68ae4375a36d0ee6dfbb4a82f28ac704
Author: Jan Holesovsky <kendy at suse.cz>
Date: Fri Jan 4 22:02:34 2013 +0100
Fix build on linux.
Change-Id: I5753a822e9f18d1afa831ece6134e030f88ad47f
diff --git a/vcl/source/filter/jpeg/jpeg.cxx b/vcl/source/filter/jpeg/jpeg.cxx
index 3c0fe9c..72c6e57 100644
--- a/vcl/source/filter/jpeg/jpeg.cxx
+++ b/vcl/source/filter/jpeg/jpeg.cxx
@@ -24,8 +24,8 @@ extern "C"
{
#include "stdio.h"
#include "jpeg.h"
- #include <jpeg/jpeglib.h>
- #include <jpeg/jerror.h>
+ #include <jpeglib.h>
+ #include <jerror.h>
}
#define _JPEGPRIVATE
diff --git a/vcl/source/filter/jpeg/jpegc.c b/vcl/source/filter/jpeg/jpegc.c
index f9bcc07..e70aa53 100644
--- a/vcl/source/filter/jpeg/jpegc.c
+++ b/vcl/source/filter/jpeg/jpegc.c
@@ -20,8 +20,8 @@
#include <stdio.h>
#include <stdlib.h>
#include "setjmp.h"
-#include "jpeg/jpeglib.h"
-#include "jpeg/jerror.h"
+#include <jpeglib.h>
+#include <jerror.h>
#include "jpeg.h"
#include "rtl/alloc.h"
#include "osl/diagnose.h"
More information about the Libreoffice-commits
mailing list