diff options
author | Chris Cleeland <chris.cleeland@gmail.com> | 1997-07-15 22:01:49 +0000 |
---|---|---|
committer | Chris Cleeland <chris.cleeland@gmail.com> | 1997-07-15 22:01:49 +0000 |
commit | 70963dd51858c8397092e45b7b5a1168b6bdda73 (patch) | |
tree | 58eac8445cf61d730624fbb6c008482a7b99523f /TAO/tao/debug.cpp | |
parent | 66ae9710a16f4acb42514336100a577813e071ce (diff) | |
download | ATCD-70963dd51858c8397092e45b7b5a1168b6bdda73.tar.gz |
The Big Change that made TAO not have to be installed in a proto
directory.
Diffstat (limited to 'TAO/tao/debug.cpp')
-rw-r--r-- | TAO/tao/debug.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/debug.cpp b/TAO/tao/debug.cpp index 39790e9abc1..c578844f366 100644 --- a/TAO/tao/debug.cpp +++ b/TAO/tao/debug.cpp @@ -11,8 +11,8 @@ // // XXX on Windows, make it always use OutputDebugString () instead of stdio -#include "orb.h" -#include "debug.h" +#include "tao/orb.h" +#include "tao/debug.h" #if !defined (ACE_HAS_PTHREADS) // _POSIX_THREAD_SAFE_FUNCTIONS implied #define flockfile(f) |