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

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();