diff options
author | Steve Huston <shuston@riverace.com> | 2006-01-23 17:48:51 +0000 |
---|---|---|
committer | Steve Huston <shuston@riverace.com> | 2006-01-23 17:48:51 +0000 |
commit | a797805eacf5b6f92cf2de52ace1626825d75283 (patch) | |
tree | 0e44534749c3f9b6d91ca34205385b74a6a34ac6 /apps | |
parent | 9648e14b9a9b553c6bb64a54f6f9303cc5fba047 (diff) | |
download | ATCD-a797805eacf5b6f92cf2de52ace1626825d75283.tar.gz |
ChangeLogTag:Mon Jan 23 16:35:40 UTC 2006 Steve Huston <shuston@riverace.com>
Diffstat (limited to 'apps')
-rw-r--r-- | apps/JAWS3/jaws3/Reactive_IO.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/JAWS3/jaws3/Reactive_IO.cpp b/apps/JAWS3/jaws3/Reactive_IO.cpp index 6917832124e..ead383efa24 100644 --- a/apps/JAWS3/jaws3/Reactive_IO.cpp +++ b/apps/JAWS3/jaws3/Reactive_IO.cpp @@ -1,7 +1,7 @@ // $Id$ #include "ace/ACE.h" -#include "ace/OS.h" +#include "ace/OS_NS_unistd.h" #include "ace/Reactor.h" #ifndef JAWS_BUILD_DLL |