summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormcorino <mcorino@users.noreply.github.com>2013-04-02 09:08:16 +0000
committermcorino <mcorino@users.noreply.github.com>2013-04-02 09:08:16 +0000
commit49283a5c325ce57ba2710f1e77819db93e73a6ba (patch)
treeb5ca36157144eaec21d180afac49837779162285
parentaf7d8bad09c565646b9b63b7204e7c39c38f162a (diff)
downloadATCD-49283a5c325ce57ba2710f1e77819db93e73a6ba.tar.gz
ChangeLogTag: Tue Apr 2 09:07:13 UTC 2013 Martin Corino <mcorino@remedy.nl>
-rw-r--r--ACE/ChangeLog5
-rw-r--r--ACE/ace/OS_NS_stdio.h1
2 files changed, 6 insertions, 0 deletions
diff --git a/ACE/ChangeLog b/ACE/ChangeLog
index 565d91b75f2..e5b0a0ac4d8 100644
--- a/ACE/ChangeLog
+++ b/ACE/ChangeLog
@@ -1,3 +1,8 @@
+Tue Apr 2 09:07:13 UTC 2013 Martin Corino <mcorino@remedy.nl>
+
+ * ace/OS_NS_stdio.h:
+ Fix missing intptr_t declaration on QNX.
+
Sat Mar 30 18:11:06 UTC 2013 Martin Corino <mcorino@remedy.nl>
* examples/C++NPv1/Reactive_Logging_Server_Ex.h:
diff --git a/ACE/ace/OS_NS_stdio.h b/ACE/ace/OS_NS_stdio.h
index c42434ed7b5..761db883356 100644
--- a/ACE/ace/OS_NS_stdio.h
+++ b/ACE/ace/OS_NS_stdio.h
@@ -27,6 +27,7 @@
#include "ace/os_include/os_stdio.h"
#include "ace/os_include/os_fcntl.h"
+#include "ace/os_include/os_inttypes.h"
#include /**/ "ace/ACE_export.h"
/* OPENVMS needs unistd for cuserid() */