aboutsummaryrefslogtreecommitdiff
path: root/dep
diff options
context:
space:
mode:
authorw12x <none@none>2008-10-21 14:31:24 -0500
committerw12x <none@none>2008-10-21 14:31:24 -0500
commit9688da09b02049c7a9e8138b794771246d1c63c7 (patch)
tree8cb3c57db1eb0c48bf9d6fe980b672f9a91f0dfd /dep
parent99c5eccab8278412c561e9cc6b1237b83bef3c8f (diff)
[svn] Fixed win32 compile
Null pointer checks in the barrens ai. --HG-- branch : trunk
Diffstat (limited to 'dep')
-rw-r--r--dep/ACE_wrappers/ace/OS_NS_signal.inl2
1 files changed, 2 insertions, 0 deletions
diff --git a/dep/ACE_wrappers/ace/OS_NS_signal.inl b/dep/ACE_wrappers/ace/OS_NS_signal.inl
index cf3cf899efa..5fae8f0e7fa 100644
--- a/dep/ACE_wrappers/ace/OS_NS_signal.inl
+++ b/dep/ACE_wrappers/ace/OS_NS_signal.inl
@@ -4,8 +4,10 @@
#include "ace/OS_NS_macros.h"
#include "ace/OS_NS_errno.h"
+#ifndef WIN32
#include <pthread.h>
#include <signal.h>
+#endif
ACE_BEGIN_VERSIONED_NAMESPACE_DECL