]> git.openfabrics.org - ~shefty/rdma-win.git/commit
winverbs: include parent directory ('..') in include path
authorshefty <shefty@ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86>
Fri, 21 Mar 2008 01:59:29 +0000 (01:59 +0000)
committershefty <shefty@ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86>
Fri, 21 Mar 2008 01:59:29 +0000 (01:59 +0000)
commitc44f32f76d1120a57eeb3dce53a78aec5e3d4786
tree50d51c27aee84b4250c1a603b2502cdbe12ee53d
parent66ccdb8c3af455556cb32db6c9ee50cc053f36be
winverbs: include parent directory ('..') in include path

replace #include "..\wv_ioctl.h" with just #include "wv_ioctl.h" by having the parent directory in the include path.

Signed-off-by: Sean Hefty <sean.hefty@intel.com>
git-svn-id: svn://openib.tc.cornell.edu/gen1@1007 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86
branches/winverbs/core/winverbs/user/SOURCES
branches/winverbs/core/winverbs/user/wv_cq.cpp
branches/winverbs/core/winverbs/user/wv_device.cpp
branches/winverbs/core/winverbs/user/wv_ep.cpp
branches/winverbs/core/winverbs/user/wv_listen.cpp
branches/winverbs/core/winverbs/user/wv_pd.cpp
branches/winverbs/core/winverbs/user/wv_pd.h
branches/winverbs/core/winverbs/user/wv_provider.cpp
branches/winverbs/core/winverbs/user/wv_qp.cpp
branches/winverbs/core/winverbs/user/wv_srq.cpp