diff options
author | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-10-13 06:37:22 +0000 |
---|---|---|
committer | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-10-13 06:37:22 +0000 |
commit | b704e08f25b0c22f252a4ee2657c2bd5193ab2e3 (patch) | |
tree | 4b4d214e0bfad6bf8d44e5bf4a0035f1363a4c22 /ace/Synch.h | |
parent | 119b9229678727c99e74cbac22997645b0e974b7 (diff) | |
download | ATCD-b704e08f25b0c22f252a4ee2657c2bd5193ab2e3.tar.gz |
ChangeLogTag:Thu Oct 12 23:33:21 2000 Carlos O'Ryan <coryan@uci.edu>
Diffstat (limited to 'ace/Synch.h')
-rw-r--r-- | ace/Synch.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ace/Synch.h b/ace/Synch.h index d86dc5aa68d..89ad82fe060 100644 --- a/ace/Synch.h +++ b/ace/Synch.h @@ -1368,6 +1368,7 @@ public: # include "ace/Process_Semaphore.h" # include "ace/Process_Mutex.h" # include "ace/RW_Process_Mutex.h" +# include "ace/Test_and_Set.h" #endif /* ACE_LEGACY_MODE */ template <class ACE_LOCK> |