From 8e80e89f3f17c9aa171cd5196231f4e21d1e7d0e Mon Sep 17 00:00:00 2001 From: "ashuk%eng.sun.com" Date: Tue, 5 Jun 2001 20:43:57 +0000 Subject: [PATCH] author=ashuk files modified : motif/MotifBrowserControlCanvas.cpp changed include "ns_util.h" to include "../ns_util.h" This was a simple path resolution problem fix in the include statement. git-svn-id: svn://10.0.0.236/trunk@96447 18797224-902f-48f8-a5cc-f745e15eee43 --- .../java/webclient/src_moz/motif/MotifBrowserControlCanvas.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/java/webclient/src_moz/motif/MotifBrowserControlCanvas.cpp b/mozilla/java/webclient/src_moz/motif/MotifBrowserControlCanvas.cpp index f8c86f349a1..e91156c1065 100644 --- a/mozilla/java/webclient/src_moz/motif/MotifBrowserControlCanvas.cpp +++ b/mozilla/java/webclient/src_moz/motif/MotifBrowserControlCanvas.cpp @@ -42,7 +42,7 @@ #include -#include "ns_util.h" //for throwing Exceptions to Java +#include "../ns_util.h" //for throwing Exceptions to Java extern "C" void NS_SetupRegistry();