summaryrefslogtreecommitdiff
path: root/ace/OS_String.h
diff options
context:
space:
mode:
authordhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-06-17 19:18:34 +0000
committerdhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-06-17 19:18:34 +0000
commit959bfdb0fdf488c3b7d54f353d8b3154877c4946 (patch)
tree90b5dc0d74f8c12719e4d4bb1be30029d7237c11 /ace/OS_String.h
parent4e2c02a4ab2d0804c56982d184210c10a2ba7785 (diff)
downloadATCD-959bfdb0fdf488c3b7d54f353d8b3154877c4946.tar.gz
ChangeLogTag:Tue Jun 17 18:34:39 UTC 2003 Don Hinton <dhinton@dresystems.com>
Diffstat (limited to 'ace/OS_String.h')
-rw-r--r--ace/OS_String.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/ace/OS_String.h b/ace/OS_String.h
index 14da8b81b42..e6d07cb02e0 100644
--- a/ace/OS_String.h
+++ b/ace/OS_String.h
@@ -24,10 +24,7 @@
#endif /* ACE_LACKS_PRAGMA_ONCE */
#include "ace/Basic_Types.h"
-
-#if !defined (ACE_HAS_WINCE)
-#include <stddef.h>
-#endif // ACE_HAS_WINCE
+#include "ace/os_include/os_stddef.h"
#if defined (ACE_USES_STD_NAMESPACE_FOR_STDC_LIB) && \
(ACE_USES_STD_NAMESPACE_FOR_STDC_LIB != 0)