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
This commit is contained in:
ashuk%eng.sun.com
2001-06-05 20:43:57 +00:00
parent 24aa04014f
commit 8e80e89f3f

View File

@@ -42,7 +42,7 @@
#include <dlfcn.h>
#include "ns_util.h" //for throwing Exceptions to Java
#include "../ns_util.h" //for throwing Exceptions to Java
extern "C" void NS_SetupRegistry();