diff --git a/mozilla/java/webclient/src_moz/motif/Makefile.in b/mozilla/java/webclient/src_moz/motif/Makefile.in index f6c64a6910c..128cdfbf3dd 100644 --- a/mozilla/java/webclient/src_moz/motif/Makefile.in +++ b/mozilla/java/webclient/src_moz/motif/Makefile.in @@ -47,4 +47,4 @@ EXTRA_DSO_LDOPTS += -lgtkxtbin -lgtksuperwin -L/usr/X11R6/lib -lXt endif endif -INCLUDES := -I$(JDKHOME)/include -I$(JDKHOME)/include/solaris -I.. $(INCLUDES) +INCLUDES := -I$(JDKHOME)/include -I$(JDKHOME)/include/solaris -I.. -I../../src_share $(INCLUDES) diff --git a/mozilla/java/webclient/src_moz/motif/NativeLoaderStub.cpp b/mozilla/java/webclient/src_moz/motif/NativeLoaderStub.cpp index a60d4eccaaf..0665edc8ffc 100644 --- a/mozilla/java/webclient/src_moz/motif/NativeLoaderStub.cpp +++ b/mozilla/java/webclient/src_moz/motif/NativeLoaderStub.cpp @@ -38,16 +38,16 @@ // JNI...yada, yada, yada #include // JNI Headers -#include "../BookmarksImpl.h" -#include "../CurrentPageImpl.h" -#include "../HistoryImpl.h" -#include "../ISupportsPeer.h" -#include "../NavigationImpl.h" -#include "../RDFEnumeration.h" -#include "../RDFTreeNode.h" -#include "../WindowControlImpl.h" -#include "../WrapperFactoryImpl.h" -#include "../NativeEventThread.h" +#include "BookmarksImpl.h" +#include "CurrentPageImpl.h" +#include "HistoryImpl.h" +#include "ISupportsPeer.h" +#include "NavigationImpl.h" +#include "RDFEnumeration.h" +#include "RDFTreeNode.h" +#include "WindowControlImpl.h" +#include "WrapperFactoryImpl.h" +#include "NativeEventThread.h" // allow code in webclientstub.so to load us #include "NativeLoaderStub.h"